Home
last modified time | relevance | path

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

/linux-6.12.1/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.c21899 !bpf_prog_dev_bound_match(prog, tgt_prog)) { in bpf_check_attach_target()
/linux-6.12.1/include/linux/
Dbpf.h3033 bool bpf_prog_dev_bound_match(const struct bpf_prog *lhs, const struct bpf_prog *rhs);
3096 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