Home
last modified time | relevance | path

Searched refs:SCVAL_BE (Results 1 – 4 of 4) sorted by relevance

/xnu-11215.41.3/bsd/sys/
H A Dmbuf.h1550 #define SCVAL_BE MBUF_SCVAL(MBUF_SC_BE) macro
1573 (c == SCVAL_BK_SYS || c == SCVAL_BK || c == SCVAL_BE || \
/xnu-11215.41.3/bsd/kern/
H A Duipc_mbuf2.c1136 case SCVAL_BE: in m_service_class_from_val()
H A Duipc_mbuf.c2284 _CASSERT(MBUF_TC2SCVAL(MBUF_TC_BE) == SCVAL_BE); in mbinit()
/xnu-11215.41.3/bsd/skywalk/packet/
H A Dpbufpool.c152 _CASSERT(PKT_SCVAL_BE == SCVAL_BE); in pp_init()