Home
last modified time | relevance | path

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

/linux-6.8/kernel/bpf/
Doffload.c727 bool bpf_prog_dev_bound_match(const struct bpf_prog *lhs, const struct bpf_prog *rhs) in bpf_prog_dev_bound_match() function
Dverifier.c20363 !bpf_prog_dev_bound_match(prog, tgt_prog)) { in bpf_check_attach_target()
/linux-6.8/include/linux/
Dbpf.h2853 bool bpf_prog_dev_bound_match(const struct bpf_prog *lhs, const struct bpf_prog *rhs);
2915 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