Home
last modified time | relevance | path

Searched refs:MT_RTABLE (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.41.6/bsd/sys/
H A Dmbuf.h830 #define MT_RTABLE 5 /* routing tables */ macro
849 MTF_RTABLE = (1 << MT_RTABLE),
/xnu-12377.41.6/bsd/kern/
H A Duipc_mbuf_mcache.c1011 static_assert(MBUF_TYPE_RTABLE == MT_RTABLE); in mbinit()
5530 { MT_RTABLE, "routing table entries" },
H A Duipc_mbuf.c1378 static_assert(MBUF_TYPE_RTABLE == MT_RTABLE); in mbinit()