Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/bpf/
Doffload.c552 if (!bpf_prog_is_dev_bound(prog->aux)) in __bpf_offload_dev_match()
Dsyscall.c1653 if (!bpf_prog_is_dev_bound(prog->aux)) in find_prog_type()
1945 if (bpf_prog_is_dev_bound(prog->aux) && !attach_drv) in bpf_prog_get_ok()
2286 if (bpf_prog_is_dev_bound(prog->aux)) { in bpf_prog_load()
3663 if (bpf_prog_is_dev_bound(prog->aux)) { in bpf_prog_get_info_by_fd()
Dcore.c1917 if (!bpf_prog_is_dev_bound(fp->aux)) { in bpf_prog_select_runtime()
2268 if (bpf_prog_is_dev_bound(aux)) in bpf_prog_free_deferred()
Dverifier.c10943 if (bpf_prog_is_dev_bound(env->prog->aux)) { in do_check()
11438 if ((bpf_prog_is_dev_bound(prog->aux) || bpf_map_is_dev_bound(map)) && in check_map_prog_compatibility()
11920 if (bpf_prog_is_dev_bound(env->prog->aux)) in verifier_remove_insns()
12001 if (bpf_prog_is_dev_bound(env->prog->aux)) in opt_hard_wire_dead_code_branches()
12184 if (bpf_prog_is_dev_bound(env->prog->aux)) in convert_ctx_accesses()
12576 !bpf_prog_is_dev_bound(env->prog->aux)) { in fixup_call_args()
13773 if (bpf_prog_is_dev_bound(env->prog->aux)) { in bpf_check()
13786 if (ret == 0 && bpf_prog_is_dev_bound(env->prog->aux)) in bpf_check()
13818 if (ret == 0 && !bpf_prog_is_dev_bound(env->prog->aux)) { in bpf_check()
/Linux-v5.15/include/linux/
Dbpf.h1943 static inline bool bpf_prog_is_dev_bound(const struct bpf_prog_aux *aux) in bpf_prog_is_dev_bound() function
1971 static inline bool bpf_prog_is_dev_bound(struct bpf_prog_aux *aux) in bpf_prog_is_dev_bound() function
/Linux-v5.15/net/core/
Ddev.c9491 if (!offload && bpf_prog_is_dev_bound(new_prog->aux)) { in dev_xdp_attach()
Dfilter.c8149 if (bpf_prog_is_dev_bound(prog->aux)) { in xdp_is_valid_access()