Searched refs:subprog_depth (Results 1 – 1 of 1) sorted by relevance
6745 int depth = 0, frame = 0, i, subprog_end, subprog_depth; in check_max_stack_depth_subprog() local6781 subprog_depth = round_up_stack_depth(env, subprog[idx].stack_depth); in check_max_stack_depth_subprog()6788 subprog_depth >= BPF_PRIV_STACK_MIN_SIZE) in check_max_stack_depth_subprog()6793 if (subprog_depth > MAX_BPF_STACK) { in check_max_stack_depth_subprog()6795 idx, subprog_depth); in check_max_stack_depth_subprog()6799 depth += subprog_depth; in check_max_stack_depth_subprog()