Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/bpf/
Doffload.c549 if (!bpf_prog_is_dev_bound(prog->aux)) in __bpf_offload_dev_match()
Dsyscall.c1933 if (!bpf_prog_is_dev_bound(prog->aux)) in find_prog_type()
2242 if (bpf_prog_is_dev_bound(prog->aux) && !attach_drv) in bpf_prog_get_ok()
2585 if (bpf_prog_is_dev_bound(prog->aux)) { in bpf_prog_load()
3984 if (bpf_prog_is_dev_bound(prog->aux)) { in bpf_prog_get_info_by_fd()
Dcore.c2183 if (!bpf_prog_is_dev_bound(fp->aux)) { in bpf_prog_select_runtime()
2548 if (bpf_prog_is_dev_bound(aux)) in bpf_prog_free_deferred()
Dverifier.c12263 if (bpf_prog_is_dev_bound(env->prog->aux)) { in do_check()
12728 if ((bpf_prog_is_dev_bound(prog->aux) || bpf_map_is_dev_bound(map)) && in check_map_prog_compatibility()
13208 if (bpf_prog_is_dev_bound(env->prog->aux)) in verifier_remove_insns()
13289 if (bpf_prog_is_dev_bound(env->prog->aux)) in opt_hard_wire_dead_code_branches()
13476 if (bpf_prog_is_dev_bound(env->prog->aux)) in convert_ctx_accesses()
13869 !bpf_prog_is_dev_bound(env->prog->aux)) { in fixup_call_args()
15306 if (bpf_prog_is_dev_bound(env->prog->aux)) { in bpf_check()
15319 if (ret == 0 && bpf_prog_is_dev_bound(env->prog->aux)) in bpf_check()
15354 if (ret == 0 && !bpf_prog_is_dev_bound(env->prog->aux)) { in bpf_check()
/linux-6.1.9/include/linux/
Dbpf.h2379 static inline bool bpf_prog_is_dev_bound(const struct bpf_prog_aux *aux) in bpf_prog_is_dev_bound() function
2411 static inline bool bpf_prog_is_dev_bound(struct bpf_prog_aux *aux) in bpf_prog_is_dev_bound() function
/linux-6.1.9/net/core/
Ddev.c9239 if (!offload && bpf_prog_is_dev_bound(new_prog->aux)) { in dev_xdp_attach()
Dfilter.c8728 if (bpf_prog_is_dev_bound(prog->aux)) { in xdp_is_valid_access()