Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/netinet/
H A Din_tclass.c918 if (optval < SO_TC_BE || optval > SO_TC_CTL) { in so_set_traffic_class()
1403 case SO_TC_CTL: in so_tc2msc()
1440 return SO_TC_CTL; in so_svc2tc()
1475 case SO_TC_CTL: in sotc_index()
1818 if (sotc != SO_TC_CTL) { in set_packet_qos()
1829 sotc != SO_TC_CTL) { in set_packet_qos()
1831 if (sotc != SO_TC_CTL) { in set_packet_qos()
/xnu-10063.141.1/tests/
H A Dbpflib.c250 bpf_set_traffic_class(SO_TC_CTL); in main()
H A Dnet_tuntests.c810 SO_TC_CTL, // VO
H A Dnet_bridge.c1562 bpf_set_traffic_class(fd, SO_TC_CTL); in switch_port_list_add_port()
/xnu-10063.141.1/bsd/sys/
H A Dsocket.h275 #define SO_TC_CTL 900 /* highest class */ macro
287 c == SO_TC_CTL || c == SO_TC_NETSVC_SIG)
/xnu-10063.141.1/bsd/skywalk/nexus/flowswitch/
H A Dfsw_netagent.c78 case SO_TC_CTL: in fsw_netagent_tc2sc()