Searched refs:nodes_count (Results 1 – 2 of 2) sorted by relevance
| /xnu-8796.121.2/bsd/netinet/ |
| H A D | flow_divert.h | 73 uint16_t nodes_count; member
|
| H A D | flow_divert.c | 724 if (trie->nodes_free_next < trie->nodes_count) { in trie_node_alloc() 2977 size_t nodes_count = 0; in flow_divert_handle_app_map_create() local 3025 …if (os_add3_overflow(prefix_count, signing_id_count, 1, &nodes_count)) { /* + 1 for the root node … in flow_divert_handle_app_map_create() 3037 if (bytes_count > UINT16_MAX || nodes_count > UINT16_MAX || maps_count > UINT16_MAX) { in flow_divert_handle_app_map_create() 3039 …d bytes count (%lu), nodes count (%lu) or maps count (%lu)", bytes_count, nodes_count, maps_count); in flow_divert_handle_app_map_create() 3044 nodes_count, maps_count, bytes_count); in flow_divert_handle_app_map_create() 3046 if (os_mul_overflow(sizeof(*new_trie.nodes), (size_t)nodes_count, &nodes_mem_size) || in flow_divert_handle_app_map_create() 3070 new_trie.nodes_count = (uint16_t)nodes_count; in flow_divert_handle_app_map_create()
|