Home
last modified time | relevance | path

Searched refs:stack_off (Results 1 – 1 of 1) sorted by relevance

/net/core/
Dfilter.c560 int new_flen = 0, pass = 0, target, i, stack_off; in bpf_convert_filter() local
813 stack_off = fp->k * 4 + 4; in bpf_convert_filter()
816 -stack_off); in bpf_convert_filter()
821 if (new_prog && new_prog->aux->stack_depth < stack_off) in bpf_convert_filter()
822 new_prog->aux->stack_depth = stack_off; in bpf_convert_filter()
828 stack_off = fp->k * 4 + 4; in bpf_convert_filter()
831 -stack_off); in bpf_convert_filter()