Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/sys/
H A Dmbuf.h1416 #define SCVAL_BE MBUF_SCVAL(MBUF_SC_BE) macro
1439 (c == SCVAL_BK_SYS || c == SCVAL_BK || c == SCVAL_BE || \
/xnu-8020.140.41/bsd/kern/
H A Duipc_mbuf2.c752 case SCVAL_BE: in m_service_class_from_val()
H A Duipc_mbuf.c1627 _CASSERT(MBUF_TC2SCVAL(MBUF_TC_BE) == SCVAL_BE); in mbinit()
/xnu-8020.140.41/bsd/skywalk/packet/
H A Dpbufpool.c140 _CASSERT(PKT_SCVAL_BE == SCVAL_BE); in pp_init()