Home
last modified time | relevance | path

Searched refs:bpf_mprog_attach (Results 1 – 4 of 4) sorted by relevance

/linux/kernel/bpf/
H A Dtcx.c39 ret = bpf_mprog_attach(entry, &entry_new, prog, NULL, replace_prog, in tcx_prog_attach()
154 ret = bpf_mprog_attach(entry, &entry_new, link->prog, link, NULL, flags, in tcx_link_prog_attach()
232 ret = bpf_mprog_attach(entry, &entry_new, nprog, link, oprog, in tcx_link_update()
H A Dmprog.c225 int bpf_mprog_attach(struct bpf_mprog_entry *entry, in bpf_mprog_attach() function
/linux/include/linux/
H A Dbpf_mprog.h320 int bpf_mprog_attach(struct bpf_mprog_entry *entry,
/linux/drivers/net/
H A Dnetkit.c534 ret = bpf_mprog_attach(entry, &entry_new, prog, NULL, replace_prog, in netkit_prog_attach()
617 ret = bpf_mprog_attach(entry, &entry_new, link->prog, link, NULL, flags, in netkit_link_prog_attach()
687 ret = bpf_mprog_attach(entry, &entry_new, nprog, link, oprog, in netkit_link_update()