Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm64/net/
Dbpf_jit_comp.c630 if (ctx->prog->is_func) in build_insn()
912 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
931 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
/Linux-v4.19/arch/x86/net/
Dbpf_jit_comp.c1167 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
1183 if (!image || !prog->is_func || extra_pass) { in bpf_int_jit_compile()
/Linux-v4.19/arch/sparc/net/
Dbpf_jit_comp_64.c1526 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
1538 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
/Linux-v4.19/arch/powerpc/net/
Dbpf_jit_comp64.c1004 if (!fp->is_func || extra_pass) { in bpf_int_jit_compile()
/Linux-v4.19/include/linux/
Dfilter.h488 is_func:1, /* program is a bpf function */ member
/Linux-v4.19/scripts/mod/
Dmodpost.c1366 static inline void get_pretty_name(int is_func, const char** name, const char** name_p) in get_pretty_name() argument
1368 switch (is_func) { in get_pretty_name()
/Linux-v4.19/kernel/bpf/
Dverifier.c5526 func[i]->is_func = 1; in jit_subprogs()