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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dip6_mroute.c116 static MALLOC_DEFINE(M_MRTABLE, "mf6c", "multicast forwarding cache entry");
553 FREE(rte, M_MRTABLE);
558 FREE(frt, M_MRTABLE);
783 FREE(rte, M_MRTABLE);
826 rt = (struct mf6c *)_MALLOC(sizeof(*rt), M_MRTABLE,
920 FREE(rt, M_MRTABLE);
1044 rte = (struct rtdetq *)_MALLOC(sizeof(*rte), M_MRTABLE,
1058 FREE(rte, M_MRTABLE);
1080 rt = (struct mf6c *)_MALLOC(sizeof(*rt), M_MRTABLE,
1083 FREE(rte, M_MRTABLE);
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_mroute.c643 FREE(rte, M_MRTABLE);
646 FREE(rt, M_MRTABLE);
909 FREE(rte, M_MRTABLE);
948 rt = (struct mfc *) _MALLOC(sizeof(*rt), M_MRTABLE, M_NOWAIT);
1035 FREE(rt, M_MRTABLE);
1175 rte = (struct rtdetq *) _MALLOC((sizeof *rte), M_MRTABLE, M_NOWAIT);
1183 FREE(rte, M_MRTABLE);
1201 rt = (struct mfc *) _MALLOC(sizeof(*rt), M_MRTABLE, M_NOWAIT);
1203 FREE(rte, M_MRTABLE);
1210 FREE(rte, M_MRTABLE);
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dmalloc.h149 #define M_MRTABLE 56 /* multicast routing tables */ macro

Completed in 40 milliseconds