Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dmbuf.h1637 #define SCVAL_RV MBUF_SCVAL(MBUF_SC_RV) macro
1658 c == SCVAL_RV || c == SCVAL_VI || c == SCVAL_SIG || \
/xnu-12377.41.6/bsd/kern/
H A Duipc_mbuf2.c1151 case SCVAL_RV: in m_service_class_from_val()
/xnu-12377.41.6/bsd/skywalk/packet/
H A Dpbufpool.c163 static_assert(PKT_SCVAL_RV == SCVAL_RV); in pp_init()