Searched refs:M_GIF (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/net/
H A Dif_gif.h69 MALLOC_DECLARE(M_GIF); variable
H A Dif_gif.c98 MALLOC_DEFINE(M_GIF, "gif", "Generic Tunnel Interface");
143 sc = malloc(sizeof(struct gif_softc), M_GIF, M_WAITOK | M_ZERO);
201 free(sc, M_GIF);
265 M_GIF, M_WAITOK);
276 free(hash, M_GIF);
718 free(sc->gif_hdr, M_GIF);
/freebsd-13-stable/sys/netinet/
H A Din_gif.c234 ip = malloc(sizeof(*ip), M_GIF, M_WAITOK | M_ZERO);
242 free(sc->gif_hdr, M_GIF);
/freebsd-13-stable/sys/netinet6/
H A Din6_gif.c249 ip6 = malloc(sizeof(*ip6), M_GIF, M_WAITOK | M_ZERO);
258 free(sc->gif_hdr, M_GIF);

Completed in 67 milliseconds