Searched refs:MAX_CALL_FRAMES (Results 1 – 2 of 2) sorted by relevance
128 #define MAX_CALL_FRAMES 8 macro131 struct bpf_func_state *frame[MAX_CALL_FRAMES];
1554 int ret_insn[MAX_CALL_FRAMES]; in check_max_stack_depth()1555 int ret_prog[MAX_CALL_FRAMES]; in check_max_stack_depth()1587 if (frame >= MAX_CALL_FRAMES) { in check_max_stack_depth()2333 if (state->curframe + 1 >= MAX_CALL_FRAMES) { in check_func_call()