Home
last modified time | relevance | path

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

/linux-4.1.27/net/core/
Dfilter.c365 u8 bpf_src; in bpf_convert_filter() local
473 bpf_src = BPF_X; in bpf_convert_filter()
478 bpf_src = BPF_SRC(fp->code); in bpf_convert_filter()
483 insn->code = BPF_JMP | BPF_OP(fp->code) | bpf_src; in bpf_convert_filter()
491 insn->code = BPF_JMP | BPF_JNE | bpf_src; in bpf_convert_filter()
499 insn->code = BPF_JMP | BPF_OP(fp->code) | bpf_src; in bpf_convert_filter()