Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dcls_bpf.c392 if (bpf_prog_is_dev_bound(fp->aux)) { in cls_bpf_prog_from_efd()
/linux/kernel/bpf/
H A Dcore.c2581 if (bpf_prog_is_dev_bound(fp->aux)) in bpf_prog_map_compatible()
3079 if (bpf_prog_is_dev_bound(aux)) in bpf_prog_free_deferred()
H A Dsyscall.c3092 if (bpf_prog_is_dev_bound(prog->aux)) { in BTF_ID_LIST_GLOBAL_SINGLE()
3099 bpf_prog_is_dev_bound(dst_prog->aux)) { in BTF_ID_LIST_GLOBAL_SINGLE()
H A Dverifier.c19924 if (bpf_prog_is_dev_bound(prog->aux) && in bpf_check_attach_target()
/linux/include/linux/
H A Dbpf.h3633 static inline bool bpf_prog_is_dev_bound(const struct bpf_prog_aux *aux) in bpf_prog_is_dev_bound() function
3696 static inline bool bpf_prog_is_dev_bound(const struct bpf_prog_aux *aux) in bpf_prog_is_dev_bound() function
/linux/net/bpf/
H A Dtest_run.c1356 if (bpf_prog_is_dev_bound(prog->aux)) in bpf_prog_test_run_xdp()
/linux/net/core/
H A Ddev.c10399 if (bpf_prog_is_dev_bound(prog->aux) && !bpf_offload_dev_match(prog, dev)) { in dev_xdp_install()
10403 if (bpf_prog_is_dev_bound(prog->aux) && mode == XDP_MODE_SKB) { in dev_xdp_install()