Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dmbuf.h1636 #define SCVAL_AV MBUF_SCVAL(MBUF_SC_AV) macro
1657 c == SCVAL_RD || c == SCVAL_OAM || c == SCVAL_AV || \
/xnu-12377.41.6/bsd/kern/
H A Duipc_mbuf2.c1148 case SCVAL_AV: in m_service_class_from_val()
/xnu-12377.41.6/bsd/skywalk/packet/
H A Dpbufpool.c162 static_assert(PKT_SCVAL_AV == SCVAL_AV); in pp_init()