Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dradix.h71 MALLOC_DECLARE(M_RTABLE);
203 #define R_Malloc(p, t, n) (p = (t) _MALLOC((uint32_t)(n), M_RTABLE, M_WAITOK))
204 #define R_Free(p) _FREE((caddr_t)p, M_RTABLE);
H A Dpf_table.c2179 _FREE((caddr_t)kt->pfrkt_ip4, M_RTABLE); in pfr_destroy_ktable()
2182 _FREE((caddr_t)kt->pfrkt_ip6, M_RTABLE); in pfr_destroy_ktable()
H A Drtsock.c95 MALLOC_DEFINE(M_RTABLE, "routetbl", "routing tables");
/xnu-8019.80.24/bsd/sys/
H A Dmalloc.h98 #define M_RTABLE 5 /* routing tables */ macro
187 #define M_RTABLE 5 /* routing tables */ macro
/xnu-8019.80.24/bsd/nfs/
H A Dnfs_subs.c3053 _FREE((caddr_t)rnh, M_RTABLE); in nfsrv_free_addrlist()
3122 _FREE((caddr_t)rnh, M_RTABLE); in nfsrv_free_addrlist()