M_IP6NDP 144 netinet6/nd6.c nd = (struct nd_ifinfo *)malloc(sizeof(*nd), M_IP6NDP, M_WAITOK); M_IP6NDP 171 netinet6/nd6.c free(nd, M_IP6NDP); M_IP6NDP 1106 netinet6/nd6_nbr.c dp = malloc(sizeof(*dp), M_IP6NDP, M_NOWAIT); M_IP6NDP 1168 netinet6/nd6_nbr.c free(dp, M_IP6NDP); M_IP6NDP 1214 netinet6/nd6_nbr.c free(dp, M_IP6NDP); M_IP6NDP 1267 netinet6/nd6_nbr.c free(dp, M_IP6NDP); M_IP6NDP 1307 netinet6/nd6_nbr.c free(dp, M_IP6NDP); M_IP6NDP 526 netinet6/nd6_rtr.c free(dr, M_IP6NDP); M_IP6NDP 785 netinet6/nd6_rtr.c n = (struct nd_defrouter *)malloc(sizeof(*n), M_IP6NDP, M_NOWAIT); M_IP6NDP 841 netinet6/nd6_rtr.c new = (struct nd_pfxrouter *)malloc(sizeof(*new), M_IP6NDP, M_NOWAIT); M_IP6NDP 857 netinet6/nd6_rtr.c free(pfr, M_IP6NDP); M_IP6NDP 886 netinet6/nd6_rtr.c new = (struct nd_prefix *)malloc(sizeof(*new), M_IP6NDP, M_NOWAIT); M_IP6NDP 965 netinet6/nd6_rtr.c free(pfr, M_IP6NDP); M_IP6NDP 969 netinet6/nd6_rtr.c free(pr, M_IP6NDP);