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

/darwin-on-arm/xnu/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.c94 MALLOC_DEFINE(M_RTABLE, "routetbl", "routing tables");
1174 FREE(rw->w_tmem, M_RTABLE);
1175 rw->w_tmem = _MALLOC(len, M_RTABLE, M_WAITOK);
1619 total_buffer = _MALLOC(total_len, M_RTABLE, M_ZERO | M_WAITOK);
1635 _FREE(total_buffer, M_RTABLE);
1810 total_buffer = _MALLOC(total_len, M_RTABLE, M_ZERO | M_WAITOK);
1826 _FREE(total_buffer, M_RTABLE);
1964 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);
/darwin-on-arm/xnu/bsd/sys/
H A Dmalloc.h98 #define M_RTABLE 5 /* routing tables */ macro
217 #define M_RTABLE 5 /* routing tables */ macro
/darwin-on-arm/xnu/bsd/netat/
H A Dddp.c348 M_RTABLE, M_WAITOK)) == NULL)
405 FREE(aarp_table[ifID->ifPort], M_RTABLE);
H A Dddp_rtmptable.c448 M_RTABLE, M_WAITOK)) == NULL) {
454 M_RTABLE, M_WAITOK)) == NULL) {
H A Dddp_lap.c1203 FREE(ZT_table, M_RTABLE);
1207 FREE(RT_table, M_RTABLE);
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_subs.c2613 _FREE((caddr_t)rnh, M_RTABLE);
2662 _FREE((caddr_t)rnh, M_RTABLE);

Completed in 98 milliseconds