Home
last modified time | relevance | path

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

/Linux-v4.19/net/core/
Dfilter.c538 int new_flen = 0, pass = 0, target, i, stack_off; in bpf_convert_filter() local
791 stack_off = fp->k * 4 + 4; in bpf_convert_filter()
794 -stack_off); in bpf_convert_filter()
799 if (new_prog && new_prog->aux->stack_depth < stack_off) in bpf_convert_filter()
800 new_prog->aux->stack_depth = stack_off; in bpf_convert_filter()
806 stack_off = fp->k * 4 + 4; in bpf_convert_filter()
809 -stack_off); in bpf_convert_filter()