Home
last modified time | relevance | path

Searched refs:bpf_prog_dev_bound_match (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/kernel/bpf/
Doffload.c732 bool bpf_prog_dev_bound_match(const struct bpf_prog *lhs, const struct bpf_prog *rhs) in bpf_prog_dev_bound_match() function
Dverifier.c23093 !bpf_prog_dev_bound_match(prog, tgt_prog)) { in bpf_check_attach_target()
/linux-6.15/include/linux/
Dbpf.h3140 bool bpf_prog_dev_bound_match(const struct bpf_prog *lhs, const struct bpf_prog *rhs);
3203 static inline bool bpf_prog_dev_bound_match(const struct bpf_prog *lhs, const struct bpf_prog *rhs) in bpf_prog_dev_bound_match() function