Searched refs:bpf_mprog_attach (Results 1 – 4 of 4) sorted by relevance
/linux/kernel/bpf/ |
H A 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()
|
H A D | mprog.c | 225 int bpf_mprog_attach(struct bpf_mprog_entry *entry, in bpf_mprog_attach() function
|
/linux/include/linux/ |
H A D | bpf_mprog.h | 320 int bpf_mprog_attach(struct bpf_mprog_entry *entry,
|
/linux/drivers/net/ |
H A D | netkit.c | 534 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()
|