Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dmbuf.h1635 #define SCVAL_OAM MBUF_SCVAL(MBUF_SC_OAM) macro
1657 c == SCVAL_RD || c == SCVAL_OAM || c == SCVAL_AV || \
/xnu-12377.41.6/bsd/kern/
H A Duipc_mbuf2.c1145 case SCVAL_OAM: in m_service_class_from_val()
/xnu-12377.41.6/bsd/skywalk/packet/
H A Dpbufpool.c161 static_assert(PKT_SCVAL_OAM == SCVAL_OAM); in pp_init()