Searched refs:bytes_count (Results 1 – 2 of 2) sorted by relevance
| /xnu-10002.81.5/bsd/netinet/ |
| H A D | flow_divert.h | 77 uint16_t bytes_count; member
|
| H A D | flow_divert.c | 784 if (start + bytes_size <= trie->bytes_count) { in trie_bytes_move() 3076 size_t bytes_count = 0; in flow_divert_handle_app_map_create() local 3111 if (os_add_overflow(bytes_count, sid_size, &bytes_count)) { in flow_divert_handle_app_map_create() 3137 if (bytes_count > UINT16_MAX || nodes_count > UINT16_MAX || maps_count > UINT16_MAX) { in flow_divert_handle_app_map_create() 3139 …b, "Invalid bytes count (%lu), nodes count (%lu) or maps count (%lu)", bytes_count, nodes_count, m… in flow_divert_handle_app_map_create() 3144 nodes_count, maps_count, bytes_count); in flow_divert_handle_app_map_create() 3148 os_mul_overflow(sizeof(*new_trie.bytes), (size_t)bytes_count, &bytes_mem_size) || in flow_divert_handle_app_map_create() 3169 new_trie.bytes_count = (uint16_t)bytes_count; in flow_divert_handle_app_map_create() 3200 …(sid_size <= UINT16_MAX && new_trie.bytes_free_next + (uint16_t)sid_size <= new_trie.bytes_count) { in flow_divert_handle_app_map_create()
|