Home
last modified time | relevance | path

Searched refs:PKT_SC_SIG (Results 1 – 5 of 5) sorted by relevance

/xnu-8792.41.9/bsd/skywalk/packet/
H A Dos_packet.h96 PKT_SC_SIG = 0x00380130, enumerator
158 #define PKT_SCVAL_SIG PKT_SCVAL(PKT_SC_SIG)
602 KPKT_SC_SIG = PKT_SC_SIG,
H A Dpacket_common.h724 case PKT_SC_SIG: in __packet_set_service_class()
755 case PKT_SC_SIG: in __packet_get_service_class()
833 sc = PKT_SC_SIG; in __packet_set_traffic_class()
H A Dpacket_kern.c242 case PKT_SC_SIG: in kern_packet_is_high_priority()
H A Dpbufpool.c122 _CASSERT(KPKT_SC_SIG == PKT_SC_SIG); in pp_init()
/xnu-8792.41.9/bsd/skywalk/nexus/flowswitch/
H A Dfsw_netagent.c73 sc = PKT_SC_SIG; in fsw_netagent_tc2sc()