Searched refs:M_MRTABLE (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_mroute.c118 static MALLOC_DEFINE(M_MRTABLE, "mf6c", "multicast forwarding cache entry");
569 FREE(rte, M_MRTABLE);
574 FREE(frt, M_MRTABLE);
802 FREE(rte, M_MRTABLE);
845 rt = (struct mf6c *)_MALLOC(sizeof(*rt), M_MRTABLE,
939 FREE(rt, M_MRTABLE);
1063 rte = (struct rtdetq *)_MALLOC(sizeof(*rte), M_MRTABLE,
1077 FREE(rte, M_MRTABLE);
1099 rt = (struct mf6c *)_MALLOC(sizeof(*rt), M_MRTABLE,
1102 FREE(rte, M_MRTABLE);
[all...]
/darwin-on-arm/xnu/bsd/netinet/
H A Dip_mroute.c633 FREE(rte, M_MRTABLE);
636 FREE(rt, M_MRTABLE);
899 FREE(rte, M_MRTABLE);
938 rt = (struct mfc *) _MALLOC(sizeof(*rt), M_MRTABLE, M_NOWAIT);
1025 FREE(rt, M_MRTABLE);
1170 rte = (struct rtdetq *) _MALLOC((sizeof *rte), M_MRTABLE, M_NOWAIT);
1178 FREE(rte, M_MRTABLE);
1196 rt = (struct mfc *) _MALLOC(sizeof(*rt), M_MRTABLE, M_NOWAIT);
1198 FREE(rte, M_MRTABLE);
1205 FREE(rte, M_MRTABLE);
[all...]
/darwin-on-arm/xnu/bsd/sys/
H A Dmalloc.h149 #define M_MRTABLE 56 /* multicast routing tables */ macro

Completed in 26 milliseconds