Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet/
H A Din_tclass.c77 struct dcsp_msc_map { struct
82 static void set_dscp_to_wifi_ac_map(const struct dcsp_msc_map *__indexable, int); argument
84 size_t count, struct dcsp_msc_map *__counted_by(DSCP_ARRAY_SIZE));
195 static const struct dcsp_msc_map default_dscp_to_wifi_ac_map[] = {
1791 set_dscp_to_wifi_ac_map(const struct dcsp_msc_map *__indexable map, int clear) in set_dscp_to_wifi_ac_map()
1800 const struct dcsp_msc_map *elem = map + i; in set_dscp_to_wifi_ac_map()
1831 size_t count, struct dcsp_msc_map *__counted_by(DSCP_ARRAY_SIZE) dcsp_msc_map) in dscp_msc_map_from_netsvctype_dscp_map()
1850 bzero(dcsp_msc_map, DSCP_ARRAY_SIZE * sizeof(struct dcsp_msc_map)); in dscp_msc_map_from_netsvctype_dscp_map()
1853 dcsp_msc_map[i].dscp = netsvctype_dscp_map[i].dscp; in dscp_msc_map_from_netsvctype_dscp_map()
1854 dcsp_msc_map[i].msc = so_tc2msc(netsvctype_dscp_map[i].netsvctype); in dscp_msc_map_from_netsvctype_dscp_map()
[all …]