Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/bpf/
Doffload.c267 if (!bpf_prog_is_dev_bound(old_prog->aux)) in bpf_prog_dev_bound_inherit()
693 if (!bpf_prog_is_dev_bound(prog->aux)) in __bpf_offload_dev_match()
819 if (!bpf_prog_is_dev_bound(prog_aux)) { in bpf_dev_bound_kfunc_check()
Dcore.c2264 if (bpf_prog_is_dev_bound(fp->aux)) in bpf_prog_map_compatible()
2724 if (bpf_prog_is_dev_bound(aux)) in bpf_prog_free_deferred()
Dsyscall.c2715 if (bpf_prog_is_dev_bound(prog->aux)) { in bpf_prog_load()
2722 bpf_prog_is_dev_bound(dst_prog->aux)) { in bpf_prog_load()
Dverifier.c19826 if (bpf_prog_is_dev_bound(prog->aux) && in bpf_check_attach_target()
/linux-6.6.21/include/linux/
Dbpf.h2796 static inline bool bpf_prog_is_dev_bound(const struct bpf_prog_aux *aux) in bpf_prog_is_dev_bound() function
2858 static inline bool bpf_prog_is_dev_bound(const struct bpf_prog_aux *aux) in bpf_prog_is_dev_bound() function
/linux-6.6.21/net/bpf/
Dtest_run.c1162 if (bpf_prog_is_dev_bound(prog->aux)) in bpf_prog_test_run_xdp()
/linux-6.6.21/net/core/
Ddev.c9332 if (bpf_prog_is_dev_bound(new_prog->aux) && !bpf_offload_dev_match(new_prog, dev)) { in dev_xdp_attach()