Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dmbuf.h829 #define MT_PCB 4 /* protocol control block */ macro
848 MTF_PCB = (1 << MT_PCB),
/xnu-12377.41.6/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()