Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/bpf/
H A Doffload.c552 if (!bpf_prog_is_dev_bound(prog->aux)) in __bpf_offload_dev_match()
H A Dsyscall.c1616 if (!bpf_prog_is_dev_bound(prog->aux)) in find_prog_type()
1924 if (bpf_prog_is_dev_bound(prog->aux) && !attach_drv) in bpf_prog_get_ok()
2215 if (bpf_prog_is_dev_bound(prog->aux)) { in bpf_prog_load()
3502 if (bpf_prog_is_dev_bound(prog->aux)) { in bpf_prog_get_info_by_fd()
H A Dverifier.c9844 if (bpf_prog_is_dev_bound(env->prog->aux)) { in do_check()
10248 if ((bpf_prog_is_dev_bound(prog->aux) || bpf_map_is_dev_bound(map)) && in check_map_prog_compatibility()
10689 if (bpf_prog_is_dev_bound(env->prog->aux)) in verifier_remove_insns()
10770 if (bpf_prog_is_dev_bound(env->prog->aux)) in opt_hard_wire_dead_code_branches()
10936 if (bpf_prog_is_dev_bound(env->prog->aux)) in convert_ctx_accesses()
11329 !bpf_prog_is_dev_bound(env->prog->aux)) { in fixup_call_args()
12410 if (bpf_prog_is_dev_bound(env->prog->aux)) { in bpf_check()
12423 if (ret == 0 && bpf_prog_is_dev_bound(env->prog->aux)) in bpf_check()
12455 if (ret == 0 && !bpf_prog_is_dev_bound(env->prog->aux)) { in bpf_check()
H A Dcore.c1864 if (!bpf_prog_is_dev_bound(fp->aux)) { in bpf_prog_select_runtime()
2189 if (bpf_prog_is_dev_bound(aux)) in bpf_prog_free_deferred()
/OK3568_Linux_fs/kernel/include/linux/
H A Dbpf.h1763 static inline bool bpf_prog_is_dev_bound(const struct bpf_prog_aux *aux) in bpf_prog_is_dev_bound() function
1782 static inline bool bpf_prog_is_dev_bound(struct bpf_prog_aux *aux) in bpf_prog_is_dev_bound() function
/OK3568_Linux_fs/kernel/net/core/
H A Ddev.c9209 if (!offload && bpf_prog_is_dev_bound(new_prog->aux)) { in dev_xdp_attach()
H A Dfilter.c7920 if (bpf_prog_is_dev_bound(prog->aux)) { in xdp_is_valid_access()