Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet/
H A Din_tclass.c1585 size_t sotcix; in set_netsvctype_dscp_map() local
1587 sotcix = sotc_index(sotc_by_netservicetype[netsvctype]); in set_netsvctype_dscp_map()
1588 if (sotcix != SIZE_T_MAX) { in set_netsvctype_dscp_map()
1589 net_qos_dscp_map->sotc_to_dscp[sotcix] = in set_netsvctype_dscp_map()
1743 size_t sotcix = sotc_index(sotc); in set_packet_qos() local
1744 if (sotcix != SIZE_T_MAX) { in set_packet_qos()
1745 dscp = net_qos_dscp_map->sotc_to_dscp[sotcix]; in set_packet_qos()