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.c279 s = malloc(sizeof(*s), M_GRE, M_WAITOK | M_ZERO); in in6_gre_setup_socket()
289 free(s, M_GRE); in in6_gre_setup_socket()
347 free(s, M_GRE); in in6_gre_setup_socket()
426 free(sc->gre_hdr, M_GRE); in in6_gre_setopts()
481 M_GRE, M_WAITOK | M_ZERO); in in6_gre_ioctl()
489 free(sc->gre_hdr, M_GRE); in in6_gre_ioctl()
499 free(sc->gre_hdr, M_GRE); in in6_gre_ioctl()
/freebsd/sys/netinet/
H A Dip_gre.c284 s = malloc(sizeof(*s), M_GRE, M_WAITOK | M_ZERO); in in_gre_setup_socket()
294 free(s, M_GRE); in in_gre_setup_socket()
343 free(s, M_GRE); in in_gre_setup_socket()
428 free(sc->gre_hdr, M_GRE); in in_gre_setopts()
474 M_GRE, M_WAITOK | M_ZERO); in in_gre_ioctl()
482 free(sc->gre_hdr, M_GRE); in in_gre_ioctl()
492 free(sc->gre_hdr, M_GRE); in in_gre_ioctl()
/freebsd/sys/net/
H A Dif_gre.c105 MALLOC_DEFINE(M_GRE, grename, "Generic Routing Encapsulation");
358 sc = malloc(sizeof(struct gre_softc), M_GRE, M_WAITOK | M_ZERO); in gre_clone_create()
412 free(sc, M_GRE); in gre_clone_destroy()
635 free(sc->gre_hdr, M_GRE); in gre_delete_tunnel()
659 M_GRE, M_WAITOK); in gre_hashinit()
670 free(hash, M_GRE); in gre_hashdestroy()
679 free(gs, M_GRE); in gre_sofree()
H A Dif_gre.h113 MALLOC_DECLARE(M_GRE);
/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h44902 #define M_GRE 0xffU macro
44904 #define G_GRE(x) (((x) >> S_GRE) & M_GRE)