Searched refs:bpf_mprog_detach (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/kernel/bpf/ |
D | tcx.c | 78 ret = bpf_mprog_detach(entry, &entry_new, prog, NULL, attr->attach_flags, in tcx_prog_detach() 186 ret = bpf_mprog_detach(entry, &entry_new, link->prog, link, 0, 0, 0); in tcx_link_release()
|
D | mprog.c | 328 int bpf_mprog_detach(struct bpf_mprog_entry *entry, in bpf_mprog_detach() function
|
/linux-6.12.1/include/linux/ |
D | bpf_mprog.h | 326 int bpf_mprog_detach(struct bpf_mprog_entry *entry,
|
/linux-6.12.1/drivers/net/ |
D | netkit.c | 579 ret = bpf_mprog_detach(entry, &entry_new, prog, NULL, attr->attach_flags, in netkit_prog_detach() 655 ret = bpf_mprog_detach(entry, &entry_new, link->prog, link, 0, 0, 0); in netkit_link_release()
|