Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/netinet/
H A Din_tclass.c1368 msc = MBUF_SC_SIG; in so_tc2msc()
1406 case MBUF_SC_SIG: in so_svc2tc()
1488 case MBUF_SC_SIG: in fastlane_sc_to_dscp()
1541 case MBUF_SC_SIG: /* Signaling */ in rfc4594_sc_to_dscp()
2252 case MBUF_SC_SIG: in custom_sc_to_dscp()
/xnu-11417.140.69/bsd/sys/
H A Dmbuf.h1579 #define SCIDX_SIG MBUF_SCIDX(MBUF_SC_SIG)
1591 #define SCVAL_SIG MBUF_SCVAL(MBUF_SC_SIG)
1598 c == MBUF_SC_RV || c == MBUF_SC_VI || c == MBUF_SC_SIG || \
H A Dkpi_mbuf.h1732 MBUF_SC_SIG = 0x00380130, enumerator
/xnu-11417.140.69/bsd/net/pktsched/
H A Dpktsched_fq_codel.c445 case MBUF_SC_SIG: in fq_if_service_to_priority()
485 case MBUF_SC_SIG: in fq_if_service_to_priority()
/xnu-11417.140.69/bsd/skywalk/packet/
H A Dpbufpool.c124 _CASSERT(KPKT_SC_SIG == MBUF_SC_SIG); in pp_init()
/xnu-11417.140.69/bsd/kern/
H A Duipc_mbuf.c2294 _CASSERT(MBUF_SC2TC(MBUF_SC_SIG) == MBUF_TC_VI); in mbinit()