Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/netinet/
H A Dflow_divert.c3085 size_t maps_count = 0; in flow_divert_handle_app_map_create() local
3138 if (os_add_overflow(prefix_count, 1, &maps_count)) { /* + 1 for the root node */ in flow_divert_handle_app_map_create()
3144 if (bytes_count > UINT16_MAX || nodes_count > UINT16_MAX || maps_count > UINT16_MAX) { in flow_divert_handle_app_map_create()
3146 …d bytes count (%lu), nodes count (%lu) or maps count (%lu)", bytes_count, nodes_count, maps_count); in flow_divert_handle_app_map_create()
3151 nodes_count, maps_count, bytes_count); in flow_divert_handle_app_map_create()
3154 …os_mul3_overflow(sizeof(*new_trie.child_maps), CHILD_MAP_SIZE, (size_t)maps_count, &child_maps_mem… in flow_divert_handle_app_map_create()
3178 new_trie.child_maps_count = (uint16_t)maps_count; in flow_divert_handle_app_map_create()