Home
last modified time | relevance | path

Searched refs:SCVAL_VO (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.41.6/bsd/sys/
H A Dmbuf.h1640 #define SCVAL_VO MBUF_SCVAL(MBUF_SC_VO) macro
1659 c == SCVAL_VO || SCVAL_CTL)
/xnu-12377.41.6/bsd/kern/
H A Duipc_mbuf2.c1157 case SCVAL_VO: in m_service_class_from_val()
H A Duipc_mbuf.c1423 static_assert(MBUF_TC2SCVAL(MBUF_TC_VO) == SCVAL_VO); in mbinit()
H A Duipc_mbuf_mcache.c1056 static_assert(MBUF_TC2SCVAL(MBUF_TC_VO) == SCVAL_VO); in mbinit()
/xnu-12377.41.6/bsd/skywalk/packet/
H A Dpbufpool.c165 static_assert(PKT_SCVAL_VO == SCVAL_VO); in pp_init()