Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/net/
Dbpf_jit_comp.c1166 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
1182 if (!image || !prog->is_func || extra_pass) { in bpf_int_jit_compile()
/Linux-v5.4/arch/arm64/net/
Dbpf_jit_comp.c934 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
953 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
/Linux-v5.4/arch/s390/net/
Dbpf_jit_comp.c1411 if (!fp->is_func || extra_pass) { in bpf_int_jit_compile()
1422 if (!fp->is_func || extra_pass) { in bpf_int_jit_compile()
/Linux-v5.4/arch/sparc/net/
Dbpf_jit_comp_64.c1590 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
1602 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
/Linux-v5.4/include/linux/
Dfilter.h528 is_func:1, /* program is a bpf function */ member
/Linux-v5.4/scripts/mod/
Dmodpost.c1445 static inline void get_pretty_name(int is_func, const char** name, const char** name_p) in get_pretty_name() argument
1447 switch (is_func) { in get_pretty_name()
/Linux-v5.4/arch/powerpc/net/
Dbpf_jit_comp64.c1226 if (!fp->is_func || extra_pass) { in bpf_int_jit_compile()
/Linux-v5.4/arch/riscv/net/
Dbpf_jit_comp.c1632 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
/Linux-v5.4/kernel/bpf/
Dverifier.c8725 func[i]->is_func = 1; in jit_subprogs()