Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/netinet/
H A Dflow_divert.h73 uint16_t nodes_count; member
H A Dflow_divert.c702 if (trie->nodes_free_next < trie->nodes_count) { in trie_node_alloc()
2849 size_t nodes_count = 0; in flow_divert_handle_app_map_create() local
2897 …if (os_add3_overflow(prefix_count, signing_id_count, 1, &nodes_count)) { /* + 1 for the root node … in flow_divert_handle_app_map_create()
2909 if (bytes_count > UINT16_MAX || nodes_count > UINT16_MAX || maps_count > UINT16_MAX) { in flow_divert_handle_app_map_create()
2911 …d bytes count (%lu), nodes count (%lu) or maps count (%lu)", bytes_count, nodes_count, maps_count); in flow_divert_handle_app_map_create()
2916 nodes_count, maps_count, bytes_count); in flow_divert_handle_app_map_create()
2918 if (os_mul_overflow(sizeof(*new_trie.nodes), (size_t)nodes_count, &nodes_mem_size) || in flow_divert_handle_app_map_create()
2942 new_trie.nodes_count = (uint16_t)nodes_count; in flow_divert_handle_app_map_create()