Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dbpf.h919 static inline bool bpf_prog_is_dev_bound(const struct bpf_prog_aux *aux) in bpf_prog_is_dev_bound() function
938 static inline bool bpf_prog_is_dev_bound(struct bpf_prog_aux *aux) in bpf_prog_is_dev_bound() function
/Linux-v5.4/kernel/bpf/
Dsyscall.c1213 if (!bpf_prog_is_dev_bound(prog->aux)) in find_prog_type()
1514 if (bpf_prog_is_dev_bound(prog->aux) && !attach_drv) in bpf_prog_get_ok()
1703 if (bpf_prog_is_dev_bound(prog->aux)) { in bpf_prog_load()
2406 if (bpf_prog_is_dev_bound(prog->aux)) { in bpf_prog_get_info_by_fd()
Doffload.c552 if (!bpf_prog_is_dev_bound(prog->aux)) in __bpf_offload_dev_match()
Dverifier.c7564 if (bpf_prog_is_dev_bound(env->prog->aux)) { in do_check()
7874 if ((bpf_prog_is_dev_bound(prog->aux) || bpf_map_is_dev_bound(map)) && in check_map_prog_compatibility()
8273 if (bpf_prog_is_dev_bound(env->prog->aux)) in verifier_remove_insns()
8353 if (bpf_prog_is_dev_bound(env->prog->aux)) in opt_hard_wire_dead_code_branches()
8519 if (bpf_prog_is_dev_bound(env->prog->aux)) in convert_ctx_accesses()
8844 !bpf_prog_is_dev_bound(env->prog->aux)) { in fixup_call_args()
9278 if (bpf_prog_is_dev_bound(env->prog->aux)) { in bpf_check()
9309 if (ret == 0 && bpf_prog_is_dev_bound(env->prog->aux)) in bpf_check()
9342 if (ret == 0 && !bpf_prog_is_dev_bound(env->prog->aux)) { in bpf_check()
Dcore.c1724 if (!bpf_prog_is_dev_bound(fp->aux)) { in bpf_prog_select_runtime()
1973 if (bpf_prog_is_dev_bound(aux)) in bpf_prog_free_deferred()
/Linux-v5.4/net/core/
Ddev.c8418 if (!offload && bpf_prog_is_dev_bound(prog->aux)) { in dev_change_xdp_fd()
Dfilter.c6876 if (bpf_prog_is_dev_bound(prog->aux)) { in xdp_is_valid_access()