Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dmbuf.h1634 #define SCVAL_RD MBUF_SCVAL(MBUF_SC_RD) macro
1657 c == SCVAL_RD || c == SCVAL_OAM || c == SCVAL_AV || \
/xnu-12377.41.6/bsd/kern/
H A Duipc_mbuf2.c1142 case SCVAL_RD: in m_service_class_from_val()
/xnu-12377.41.6/bsd/skywalk/packet/
H A Dpbufpool.c160 static_assert(PKT_SCVAL_RD == SCVAL_RD); in pp_init()