Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dbpf.h682 static inline bool bpf_prog_is_dev_bound(const struct bpf_prog_aux *aux) in bpf_prog_is_dev_bound() function
701 static inline bool bpf_prog_is_dev_bound(struct bpf_prog_aux *aux) in bpf_prog_is_dev_bound() function
/Linux-v4.19/kernel/bpf/
Dsyscall.c981 if (!bpf_prog_is_dev_bound(prog->aux)) in find_prog_type()
1235 if (bpf_prog_is_dev_bound(prog->aux) && !attach_drv) in bpf_prog_get_ok()
1402 if (bpf_prog_is_dev_bound(prog->aux)) { in bpf_prog_load()
1988 if (bpf_prog_is_dev_bound(prog->aux)) { in bpf_prog_get_info_by_fd()
Doffload.c520 if (!bpf_prog_is_dev_bound(prog->aux)) in __bpf_offload_dev_match()
Dcore.c1486 if (!bpf_prog_is_dev_bound(fp->aux)) { in bpf_prog_select_runtime()
1730 if (bpf_prog_is_dev_bound(aux)) in bpf_prog_free_deferred()
Dverifier.c826 if (bpf_prog_is_dev_bound(env->prog->aux)) { in check_subprogs()
4816 if (bpf_prog_is_dev_bound(env->prog->aux)) { in do_check()
5097 if ((bpf_prog_is_dev_bound(prog->aux) || bpf_map_is_dev_bound(map)) && in check_map_prog_compatibility()
5360 if (!ops->convert_ctx_access || bpf_prog_is_dev_bound(env->prog->aux)) in convert_ctx_accesses()
5948 if (bpf_prog_is_dev_bound(env->prog->aux)) { in bpf_check()
/Linux-v4.19/net/core/
Dfilter.c5504 if (bpf_prog_is_dev_bound(prog->aux)) { in xdp_is_valid_access()
Ddev.c7881 bpf_prog_is_dev_bound(prog->aux)) { in dev_change_xdp_fd()