Searched refs:M_RTABLE (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dradix.h71 MALLOC_DECLARE(M_RTABLE); variable
194 #define R_Malloc(p, t, n) (p = (t) _MALLOC((uint32_t)(n), M_RTABLE, M_WAITOK))
195 #define R_Free(p) FREE((caddr_t)p, M_RTABLE);
H A Drtsock.c92 MALLOC_DEFINE(M_RTABLE, "routetbl", "routing tables");
1159 FREE(rw->w_tmem, M_RTABLE);
1160 rw->w_tmem = _MALLOC(len, M_RTABLE, M_WAITOK);
1689 total_buffer = _MALLOC(total_len, M_RTABLE,
1707 _FREE(total_buffer, M_RTABLE);
1895 total_buffer = _MALLOC(total_len, M_RTABLE,
1913 _FREE(total_buffer, M_RTABLE);
1992 FREE(w.w_tmem, M_RTABLE);
H A Dpf_table.c1979 _FREE((caddr_t)kt->pfrkt_ip4, M_RTABLE);
1981 _FREE((caddr_t)kt->pfrkt_ip6, M_RTABLE);
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dmalloc.h98 #define M_RTABLE 5 /* routing tables */ macro
224 #define M_RTABLE 5 /* routing tables */ macro
/macosx-10.10.1/xnu-2782.1.97/bsd/nfs/
H A Dnfs_subs.c2711 _FREE((caddr_t)rnh, M_RTABLE);
2760 _FREE((caddr_t)rnh, M_RTABLE);

Completed in 180 milliseconds