Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A 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
H A Dverifier.c19855 !bpf_prog_dev_bound_match(prog, tgt_prog)) { in bpf_check_attach_target()
/openbmc/linux/include/linux/
H A Dbpf.h2822 bool bpf_prog_dev_bound_match(const struct bpf_prog *lhs, const struct bpf_prog *rhs);
2884 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