Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dcore.c2491 if (bpf_prog_is_dev_bound(fp->aux)) in bpf_prog_map_compatible()
3009 if (bpf_prog_is_dev_bound(aux)) in bpf_prog_free_deferred()
H A Dsyscall.c3037 if (bpf_prog_is_dev_bound(prog->aux)) { in bpf_prog_load()
3044 bpf_prog_is_dev_bound(dst_prog->aux)) { in bpf_prog_load()
H A Dverifier.c19174 if (bpf_prog_is_dev_bound(prog->aux) && in bpf_check_attach_target()
/linux/include/linux/
H A Dbpf.h3441 static inline bool bpf_prog_is_dev_bound(const struct bpf_prog_aux *aux) in bpf_prog_is_dev_bound() function
3504 static inline bool bpf_prog_is_dev_bound(const struct bpf_prog_aux *aux) in bpf_prog_is_dev_bound() function
/linux/net/core/
H A Ddev.c10462 if (bpf_prog_is_dev_bound(new_prog->aux) && !bpf_offload_dev_match(new_prog, dev)) { in dev_xdp_attach()
10466 if (bpf_prog_is_dev_bound(new_prog->aux) && mode == XDP_MODE_SKB) { in dev_xdp_attach()