Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dmprog.c227 struct bpf_prog *prog_new, struct bpf_link *link, in bpf_mprog_attach() argument
232 .prog = prog_new, in bpf_mprog_attach()
242 if (bpf_mprog_exists(entry, prog_new)) in bpf_mprog_attach()
246 prog_new->type); in bpf_mprog_attach()
/linux/include/linux/
H A Dbpf_mprog.h322 struct bpf_prog *prog_new, struct bpf_link *link,