Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/sys/
H A Dmbuf.h1585 #define SCVAL_BE MBUF_SCVAL(MBUF_SC_BE) macro
1608 (c == SCVAL_BK_SYS || c == SCVAL_BK || c == SCVAL_BE || \
/xnu-11417.140.69/bsd/kern/
H A Duipc_mbuf2.c1137 case SCVAL_BE: in m_service_class_from_val()
H A Duipc_mbuf.c2299 _CASSERT(MBUF_TC2SCVAL(MBUF_TC_BE) == SCVAL_BE); in mbinit()
/xnu-11417.140.69/bsd/skywalk/packet/
H A Dpbufpool.c155 _CASSERT(PKT_SCVAL_BE == SCVAL_BE); in pp_init()