Searched refs:realloc_array (Results 1 – 2 of 2) sorted by relevance
632 goto realloc_array; in nft_array_may_resize()644 goto realloc_array; in nft_array_may_resize()659 realloc_array: in nft_array_may_resize()
1423 static void *realloc_array(void *arr, size_t old_n, size_t new_n, size_t size) in realloc_array() function1478 state->refs = realloc_array(state->refs, state->acquired_refs, n, in resize_reference_state()1501 state->stack = realloc_array(state->stack, old_n, n, sizeof(struct bpf_stack_state)); in grow_stack_state()