Home
last modified time | relevance | path

Searched refs:MBUF_SC_SIG (Results 1 – 6 of 6) sorted by relevance

/xnu-10063.141.1/bsd/netinet/
H A Din_tclass.c1397 msc = MBUF_SC_SIG; in so_tc2msc()
1435 case MBUF_SC_SIG: in so_svc2tc()
1517 case MBUF_SC_SIG: in fastlane_sc_to_dscp()
1570 case MBUF_SC_SIG: /* Signaling */ in rfc4594_sc_to_dscp()
2280 case MBUF_SC_SIG: in custom_sc_to_dscp()
/xnu-10063.141.1/bsd/sys/
H A Dmbuf.h1543 #define SCIDX_SIG MBUF_SCIDX(MBUF_SC_SIG)
1555 #define SCVAL_SIG MBUF_SCVAL(MBUF_SC_SIG)
1562 c == MBUF_SC_RV || c == MBUF_SC_VI || c == MBUF_SC_SIG || \
H A Dkpi_mbuf.h1654 MBUF_SC_SIG = 0x00380130, enumerator
/xnu-10063.141.1/bsd/net/pktsched/
H A Dpktsched_fq_codel.c418 case MBUF_SC_SIG: in fq_if_service_to_priority()
458 case MBUF_SC_SIG: in fq_if_service_to_priority()
/xnu-10063.141.1/bsd/skywalk/packet/
H A Dpbufpool.c110 _CASSERT(KPKT_SC_SIG == MBUF_SC_SIG); in pp_init()
/xnu-10063.141.1/bsd/kern/
H A Duipc_mbuf.c2277 _CASSERT(MBUF_SC2TC(MBUF_SC_SIG) == MBUF_TC_VI); in mbinit()