Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/include/linux/
H A Dbpf_mprog.h320 int bpf_mprog_attach(struct bpf_mprog_entry *entry,
/linux-6.15/drivers/net/
H A Dnetkit.c552 ret = bpf_mprog_attach(entry, &entry_new, prog, NULL, replace_prog, in netkit_prog_attach()
635 ret = bpf_mprog_attach(entry, &entry_new, link->prog, link, NULL, flags, in netkit_link_prog_attach()
705 ret = bpf_mprog_attach(entry, &entry_new, nprog, link, oprog, in netkit_link_update()