Searched refs:M_RTABLE (Results 1 – 5 of 5) sorted by relevance
| /xnu-8019.80.24/bsd/net/ |
| H A D | radix.h | 71 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 D | pf_table.c | 2179 _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 D | rtsock.c | 95 MALLOC_DEFINE(M_RTABLE, "routetbl", "routing tables");
|
| /xnu-8019.80.24/bsd/sys/ |
| H A D | malloc.h | 98 #define M_RTABLE 5 /* routing tables */ macro 187 #define M_RTABLE 5 /* routing tables */ macro
|
| /xnu-8019.80.24/bsd/nfs/ |
| H A D | nfs_subs.c | 3053 _FREE((caddr_t)rnh, M_RTABLE); in nfsrv_free_addrlist() 3122 _FREE((caddr_t)rnh, M_RTABLE); in nfsrv_free_addrlist()
|