Home
last modified time | relevance | path

Searched refs:M_GRE (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/netinet6/
H A Dip6_gre.c280 s = malloc(sizeof(*s), M_GRE, M_WAITOK | M_ZERO); in in6_gre_setup_socket()
290 free(s, M_GRE); in in6_gre_setup_socket()
348 free(s, M_GRE); in in6_gre_setup_socket()
427 free(sc->gre_hdr, M_GRE); in in6_gre_setopts()
482 M_GRE, M_WAITOK | M_ZERO); in in6_gre_ioctl()
490 free(sc->gre_hdr, M_GRE); in in6_gre_ioctl()
500 free(sc->gre_hdr, M_GRE); in in6_gre_ioctl()
/freebsd/sys/netinet/
H A Dip_gre.c285 s = malloc(sizeof(*s), M_GRE, M_WAITOK | M_ZERO); in in_gre_setup_socket()
295 free(s, M_GRE); in in_gre_setup_socket()
344 free(s, M_GRE); in in_gre_setup_socket()
429 free(sc->gre_hdr, M_GRE); in in_gre_setopts()
475 M_GRE, M_WAITOK | M_ZERO); in in_gre_ioctl()
483 free(sc->gre_hdr, M_GRE); in in_gre_ioctl()
493 free(sc->gre_hdr, M_GRE); in in_gre_ioctl()
/freebsd/sys/net/
H A Dif_gre.c99 MALLOC_DEFINE(M_GRE, grename, "Generic Routing Encapsulation");
176 sc = malloc(sizeof(struct gre_softc), M_GRE, M_WAITOK | M_ZERO); in gre_clone_create()
228 free(sc, M_GRE); in gre_clone_destroy()
405 free(sc->gre_hdr, M_GRE); in gre_delete_tunnel()
429 M_GRE, M_WAITOK); in gre_hashinit()
440 free(hash, M_GRE); in gre_hashdestroy()
449 free(gs, M_GRE); in gre_sofree()
H A Dif_gre.h112 MALLOC_DECLARE(M_GRE);
/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h35646 #define M_GRE 0xffU macro
35648 #define G_GRE(x) (((x) >> S_GRE) & M_GRE)