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

/freebsd-11-stable/sys/netinet6/
H A Dnd6_rtr.c560 free(dr, M_IP6NDP);
962 n = malloc(sizeof(*n), M_IP6NDP, M_NOWAIT | M_ZERO);
1025 new = malloc(sizeof(*new), M_IP6NDP, M_NOWAIT | M_ZERO);
1038 free(new, M_IP6NDP);
1055 free(pfr, M_IP6NDP);
1102 free(pr, M_IP6NDP);
1114 new = malloc(sizeof(*new), M_IP6NDP, M_NOWAIT | M_ZERO);
1125 free(new, M_IP6NDP);
H A Dnd6.h319 MALLOC_DECLARE(M_IP6NDP); variable
H A Dnd6.c89 MALLOC_DEFINE(M_IP6NDP, "ip6ndp", "IPv6 Neighbor Discovery");
261 nd = malloc(sizeof(*nd), M_IP6NDP, M_WAITOK | M_ZERO);
314 free(nd, M_IP6NDP);
H A Dnd6_nbr.c1221 free(dp, M_IP6NDP);
1286 dp = malloc(sizeof(*dp), M_IP6NDP, M_NOWAIT | M_ZERO);

Completed in 169 milliseconds