Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet/
H A Din_tclass.c1377 msc = MBUF_SC_SIG; in so_tc2msc()
1415 case MBUF_SC_SIG: in so_svc2tc()
1497 case MBUF_SC_SIG: in fastlane_sc_to_dscp()
1550 case MBUF_SC_SIG: /* Signaling */ in rfc4594_sc_to_dscp()
2260 case MBUF_SC_SIG: in custom_sc_to_dscp()
/xnu-8020.101.4/bsd/sys/
H A Dmbuf.h1410 #define SCIDX_SIG MBUF_SCIDX(MBUF_SC_SIG)
1422 #define SCVAL_SIG MBUF_SCVAL(MBUF_SC_SIG)
1429 c == MBUF_SC_RV || c == MBUF_SC_VI || c == MBUF_SC_SIG || \
H A Dkpi_mbuf.h1645 MBUF_SC_SIG = 0x00380130, enumerator
/xnu-8020.101.4/bsd/net/pktsched/
H A Dpktsched_fq_codel.c262 case MBUF_SC_SIG: in fq_if_service_to_priority()
302 case MBUF_SC_SIG: in fq_if_service_to_priority()
/xnu-8020.101.4/bsd/skywalk/packet/
H A Dpbufpool.c109 _CASSERT(KPKT_SC_SIG == MBUF_SC_SIG); in pp_init()
/xnu-8020.101.4/bsd/kern/
H A Duipc_mbuf.c1614 _CASSERT(MBUF_SC2TC(MBUF_SC_SIG) == MBUF_TC_VI); in mbinit()