Searched refs:bpf_mprog_attach (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/kernel/bpf/ |
D | tcx.c | 39 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()
|
D | mprog.c | 225 int bpf_mprog_attach(struct bpf_mprog_entry *entry, in bpf_mprog_attach() function
|
/linux-6.12.1/include/linux/ |
D | bpf_mprog.h | 320 int bpf_mprog_attach(struct bpf_mprog_entry *entry,
|
/linux-6.12.1/drivers/net/ |
D | netkit.c | 544 ret = bpf_mprog_attach(entry, &entry_new, prog, NULL, replace_prog, in netkit_prog_attach() 627 ret = bpf_mprog_attach(entry, &entry_new, link->prog, link, NULL, flags, in netkit_link_prog_attach() 697 ret = bpf_mprog_attach(entry, &entry_new, nprog, link, oprog, in netkit_link_update()
|