Home
last modified time | relevance | path

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

/linux-6.6.21/arch/parisc/net/
Dbpf_jit_core.c169 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
/linux-6.6.21/arch/riscv/net/
Dbpf_jit_core.c177 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
/linux-6.6.21/arch/powerpc/net/
Dbpf_jit_comp.c207 if (!fp->is_func || extra_pass) { in bpf_int_jit_compile()
/linux-6.6.21/scripts/mod/
Dmodpost.c224 bool is_func; member
1232 s->is_func = (ELF_ST_TYPE(sym->st_info) == STT_FUNC); in check_export_symbol()
1241 s->is_func = true; in check_export_symbol()
1963 sym->is_func ? "FUNC" : "DATA", sym->name, in add_exported_symbols()
/linux-6.6.21/arch/loongarch/net/
Dbpf_jit.c1208 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
1228 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
/linux-6.6.21/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.6.21/arch/s390/net/
Dbpf_jit_comp.c1974 if (!fp->is_func || extra_pass) { in bpf_int_jit_compile()
1985 if (!fp->is_func || extra_pass) { in bpf_int_jit_compile()
/linux-6.6.21/arch/arm64/net/
Dbpf_jit_comp.c1641 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
1661 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
/linux-6.6.21/arch/x86/net/
Dbpf_jit_comp.c2845 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
2875 if (!image || !prog->is_func || extra_pass) { in bpf_int_jit_compile()
/linux-6.6.21/include/linux/
Dbpf.h1488 is_func:1, /* program is a bpf function */ member
/linux-6.6.21/kernel/bpf/
Dverifier.c18503 func[i]->is_func = 1; in jit_subprogs()