Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dsocket_private.h176 #define SO_TC_CTL 900 /* highest class */ macro
188 c == SO_TC_CTL || c == SO_TC_NETSVC_SIG)
/xnu-12377.41.6/bsd/netinet/
H A Din_tclass.c916 if (optval < SO_TC_BE || optval > SO_TC_CTL) { in so_set_traffic_class()
1322 case SO_TC_CTL: in so_tc2msc()
1359 return SO_TC_CTL; in so_svc2tc()
1394 case SO_TC_CTL: in sotc_index()
1738 if (sotc != SO_TC_CTL) { in set_packet_qos()
1749 sotc != SO_TC_CTL) { in set_packet_qos()
1751 if (sotc != SO_TC_CTL) { in set_packet_qos()
/xnu-12377.41.6/tests/
H A Dbpflib.c250 bpf_set_traffic_class(SO_TC_CTL); in main()
H A Dnet_vlan.c321 bpf_set_traffic_class(fd, SO_TC_CTL); in vlan_send_short_packet()
H A Dnet_tuntests.c655 SO_TC_CTL, // VO
H A Dnet_bridge.c1239 bpf_set_traffic_class(fd, SO_TC_CTL); in switch_port_list_add_port()
/xnu-12377.41.6/bsd/skywalk/nexus/flowswitch/
H A Dfsw_netagent.c78 case SO_TC_CTL: in fsw_netagent_tc2sc()