Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/net/
H A Dbpf_jit_comp.c125 u16 code = bpf_anc_helper(&filter[i]); in bpf_jit_build_body()
/OK3568_Linux_fs/kernel/arch/sparc/net/
H A Dbpf_jit_comp_32.c395 u16 code = bpf_anc_helper(&filter[i]); in bpf_jit_compile()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfilter.h1200 static inline u16 bpf_anc_helper(const struct sock_filter *ftest) in bpf_anc_helper() function
/OK3568_Linux_fs/kernel/arch/mips/net/
H A Dbpf_jit.c685 code = bpf_anc_helper(inst); in build_body()
/OK3568_Linux_fs/kernel/net/core/
H A Dfilter.c1111 if (bpf_anc_helper(ftest) & BPF_ANC) in bpf_check_classic()