Searched refs:subprog_depth (Results 1 – 1 of 1) sorted by relevance
5332 int depth = 0, frame = 0, i, subprog_end, subprog_depth; in check_max_stack_depth_subprog() local5370 subprog_depth = round_up_stack_depth(env, subprog[idx].stack_depth); in check_max_stack_depth_subprog()5377 subprog_depth >= BPF_PRIV_STACK_MIN_SIZE) in check_max_stack_depth_subprog()5382 if (subprog_depth > MAX_BPF_STACK) { in check_max_stack_depth_subprog()5384 idx, subprog_depth); in check_max_stack_depth_subprog()5388 depth += subprog_depth; in check_max_stack_depth_subprog()