Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/sys/ !
H A Dmbuf.h1632 #define SCVAL_BK_SYS MBUF_SCVAL(MBUF_SC_BK_SYS) macro
1657 (c == SCVAL_BK_SYS || c == SCVAL_BK || c == SCVAL_BE || \
/xnu-12377.61.12/bsd/kern/ !
H A Duipc_mbuf2.c1133 case SCVAL_BK_SYS: in m_service_class_from_val()
/xnu-12377.61.12/bsd/skywalk/packet/ !
H A Dpbufpool.c157 static_assert(PKT_SCVAL_BK_SYS == SCVAL_BK_SYS); in pp_init()