Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf_mprog.h202 static inline bool bpf_mprog_exists(struct bpf_mprog_entry *entry, in bpf_mprog_exists() function
/linux/kernel/bpf/
H A Dmprog.c242 if (bpf_mprog_exists(entry, prog_new)) in bpf_mprog_attach()