Home
last modified time | relevance | path

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

/linux-6.1.9/arch/riscv/net/
Dbpf_jit_core.c163 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
/linux-6.1.9/arch/powerpc/net/
Dbpf_jit_comp.c290 if (!fp->is_func || extra_pass) { in bpf_int_jit_compile()
/linux-6.1.9/arch/loongarch/net/
Dbpf_jit.c1133 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
1153 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
/linux-6.1.9/arch/s390/net/
Dbpf_jit_comp.c1838 if (!fp->is_func || extra_pass) { in bpf_int_jit_compile()
1849 if (!fp->is_func || extra_pass) { in bpf_int_jit_compile()
/linux-6.1.9/arch/sparc/net/
Dbpf_jit_comp_64.c1604 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
1616 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
/linux-6.1.9/scripts/mod/
Dmodpost.c1225 static inline void get_pretty_name(int is_func, const char** name, const char** name_p) in get_pretty_name() argument
1227 switch (is_func) { in get_pretty_name()
/linux-6.1.9/arch/x86/net/
Dbpf_jit_comp.c2484 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
2514 if (!image || !prog->is_func || extra_pass) { in bpf_int_jit_compile()
/linux-6.1.9/arch/arm64/net/
Dbpf_jit_comp.c1576 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
1596 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
/linux-6.1.9/include/linux/
Dbpf.h1224 is_func:1, /* program is a bpf function */ member
/linux-6.1.9/kernel/bpf/
Dverifier.c13702 func[i]->is_func = 1; in jit_subprogs()