Home
last modified time | relevance | path

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

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