Home
last modified time | relevance | path

Searched refs:fastlane_sc_to_dscp (Results 1 – 3 of 3) sorted by relevance

/xnu-8792.61.2/bsd/netinet/
H A Din_tclass.h104 extern uint8_t fastlane_sc_to_dscp(uint32_t svc_class);
H A Din_tclass.c1481 fastlane_sc_to_dscp(uint32_t svc_class) in fastlane_sc_to_dscp() function
/xnu-8792.61.2/bsd/skywalk/nexus/flowswitch/
H A Dfsw_qos.c130 dscp = fastlane_sc_to_dscp(pkt->pkt_svc_class); in fsw_qos_mark()