Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dmbuf.h1620 #define SCIDX_BK MBUF_SCIDX(MBUF_SC_BK) macro
1650 (c == SCIDX_BK_SYS || c == SCIDX_BK || c == SCIDX_BE || \
/xnu-12377.41.6/bsd/kern/
H A Duipc_mbuf2.c1091 case SCIDX_BK: in m_service_class_from_idx()
/xnu-12377.41.6/bsd/net/
H A Dpf_ioctl.c496 static_assert((SC_BK & SCIDX_MASK) == SCIDX_BK); in pfinit()