Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/bpf/
Doffload.c720 bool bpf_prog_dev_bound_match(const struct bpf_prog *lhs, const struct bpf_prog *rhs) in bpf_prog_dev_bound_match() function
Dverifier.c19301 !bpf_prog_dev_bound_match(prog, tgt_prog)) { in bpf_check_attach_target()
/Linux-v6.6/include/linux/
Dbpf.h2788 bool bpf_prog_dev_bound_match(const struct bpf_prog *lhs, const struct bpf_prog *rhs);
2850 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