Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/netinet/
H A Din_tclass.c1647 size_t sotcix; in set_netsvctype_dscp_map() local
1649 sotcix = sotc_index(sotc_by_netservicetype[netsvctype]); in set_netsvctype_dscp_map()
1650 if (sotcix != SIZE_T_MAX) { in set_netsvctype_dscp_map()
1651 net_qos_dscp_map->sotc_to_dscp[sotcix] = in set_netsvctype_dscp_map()
1805 size_t sotcix = sotc_index(sotc); in set_packet_qos() local
1806 if (sotcix != SIZE_T_MAX) { in set_packet_qos()
1807 dscp = net_qos_dscp_map->sotc_to_dscp[sotcix]; in set_packet_qos()