Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet/
H A Din_tclass.c70 #define DSCP_ARRAY_SIZE (_MAX_DSCP + 1) macro
84 size_t count, struct dcsp_msc_map *__counted_by(DSCP_ARRAY_SIZE));
271 mbuf_svc_class_t wifi_dscp_to_msc_array[DSCP_ARRAY_SIZE];
1799 for (i = 0; i < DSCP_ARRAY_SIZE; 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()
1865 size_t len = DSCP_ARRAY_SIZE * sizeof(struct netsvctype_dscp_map);
1866 struct netsvctype_dscp_map netsvctype_dscp_map[DSCP_ARRAY_SIZE] = {};
1867 struct dcsp_msc_map dcsp_msc_map[DSCP_ARRAY_SIZE];
1875 for (i = 0; i < DSCP_ARRAY_SIZE; i++) {