Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/net/
Dbpf_jit_comp.c129 u16 code = bpf_anc_helper(&filter[i]); in bpf_jit_build_body()
/Linux-v4.19/arch/sparc/net/
Dbpf_jit_comp_32.c395 u16 code = bpf_anc_helper(&filter[i]); in bpf_jit_compile()
/Linux-v4.19/include/linux/
Dfilter.h1034 static inline u16 bpf_anc_helper(const struct sock_filter *ftest) in bpf_anc_helper() function
/Linux-v4.19/arch/mips/net/
Dbpf_jit.c680 code = bpf_anc_helper(inst); in build_body()
/Linux-v4.19/net/core/
Dfilter.c1090 if (bpf_anc_helper(ftest) & BPF_ANC) in bpf_check_classic()