Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet/
H A Din_tclass.c1645 size_t sotcix; in set_netsvctype_dscp_map() local
1647 sotcix = sotc_index(sotc_by_netservicetype[netsvctype]); in set_netsvctype_dscp_map()
1648 if (sotcix != SIZE_T_MAX) { in set_netsvctype_dscp_map()
1649 net_qos_dscp_map->sotc_to_dscp[sotcix] = in set_netsvctype_dscp_map()
1803 size_t sotcix = sotc_index(sotc); in set_packet_qos() local
1804 if (sotcix != SIZE_T_MAX) { in set_packet_qos()
1805 dscp = net_qos_dscp_map->sotc_to_dscp[sotcix]; in set_packet_qos()