Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/sys/
H A Dmbuf.h830 #define MT_PCB 4 /* protocol control block */ macro
849 MTF_PCB = (1 << MT_PCB),
/xnu-12377.61.12/bsd/kern/
H A Duipc_mbuf_mcache.c1010 static_assert(MBUF_TYPE_PCB == MT_PCB); in mbinit()
5529 { MT_PCB, "protocol control blocks" },
H A Duipc_mbuf.c1377 static_assert(MBUF_TYPE_PCB == MT_PCB); in mbinit()