Searched refs:nodes_count (Results 1 – 2 of 2) sorted by relevance
| /xnu-11215.1.10/bsd/netinet/ |
| H A D | flow_divert.h | 76 struct flow_divert_trie_node *nodes __counted_by(nodes_count); 80 uint16_t nodes_count; member
|
| H A D | flow_divert.c | 751 if (trie->nodes_free_next < trie->nodes_count) { in trie_node_alloc() 3079 size_t nodes_count = 0; in flow_divert_handle_app_map_create() local 3127 …if (os_add3_overflow(prefix_count, signing_id_count, 1, &nodes_count)) { /* + 1 for the root node … in flow_divert_handle_app_map_create() 3139 if (bytes_count > UINT16_MAX || nodes_count > UINT16_MAX || maps_count > UINT16_MAX) { in flow_divert_handle_app_map_create() 3141 …d bytes count (%lu), nodes count (%lu) or maps count (%lu)", bytes_count, nodes_count, maps_count); in flow_divert_handle_app_map_create() 3146 nodes_count, maps_count, bytes_count); in flow_divert_handle_app_map_create() 3148 if (os_mul_overflow(sizeof(*new_trie.nodes), (size_t)nodes_count, &nodes_mem_size) || in flow_divert_handle_app_map_create() 3174 new_trie.nodes_count = (uint16_t)nodes_count; in flow_divert_handle_app_map_create()
|