Searched refs:is_func (Results 1 - 12 of 12) sorted by last modified time

/linux-master/include/linux/
H A Dbpf.h1547 is_func:1, /* program is a bpf function */ member in struct:bpf_prog
/linux-master/arch/riscv/net/
H A Dbpf_jit_core.c180 if (!prog->is_func || extra_pass) {
/linux-master/arch/powerpc/net/
H A Dbpf_jit_comp.c227 if (!fp->is_func || extra_pass) {
/linux-master/arch/arm64/net/
H A Dbpf_jit_comp.c1823 if (!prog->is_func || extra_pass) {
1856 if (!prog->is_func || extra_pass) {
/linux-master/kernel/bpf/
H A Dverifier.c19373 func[i]->is_func = 1;
/linux-master/arch/x86/net/
H A Dbpf_jit_comp.c3358 if (!prog->is_func || extra_pass) {
3395 if (!image || !prog->is_func || extra_pass) {
/linux-master/arch/sparc/net/
H A Dbpf_jit_comp_64.c1604 if (!prog->is_func || extra_pass) {
1620 if (!prog->is_func || extra_pass) {
/linux-master/arch/s390/net/
H A Dbpf_jit_comp.c2114 if (!fp->is_func || extra_pass) {
2129 if (!fp->is_func || extra_pass) {
/linux-master/arch/parisc/net/
H A Dbpf_jit_core.c169 if (!prog->is_func || extra_pass) {
/linux-master/arch/loongarch/net/
H A Dbpf_jit.c1296 if (!prog->is_func || extra_pass) {
1319 if (!prog->is_func || extra_pass) {
/linux-master/arch/arc/net/
H A Dbpf_jit_core.c176 ctx->user_bpf_prog = ctx->prog->is_func;
/linux-master/scripts/mod/
H A Dmodpost.c215 bool is_func; member in struct:symbol
1129 s->is_func = (ELF_ST_TYPE(sym->st_info) == STT_FUNC);
1138 s->is_func = true;
1873 sym->is_func ? "FUNC" : "DATA", sym->name,

Completed in 370 milliseconds