Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/bpf/
Dtcx.c78 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()
Dmprog.c328 int bpf_mprog_detach(struct bpf_mprog_entry *entry, in bpf_mprog_detach() function
/linux-6.12.1/include/linux/
Dbpf_mprog.h326 int bpf_mprog_detach(struct bpf_mprog_entry *entry,
/linux-6.12.1/drivers/net/
Dnetkit.c579 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()