Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A 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()
H A Dmprog.c328 int bpf_mprog_detach(struct bpf_mprog_entry *entry, in bpf_mprog_detach() function
/linux/include/linux/
H A Dbpf_mprog.h326 int bpf_mprog_detach(struct bpf_mprog_entry *entry,
/linux/drivers/net/
H A Dnetkit.c569 ret = bpf_mprog_detach(entry, &entry_new, prog, NULL, attr->attach_flags, in netkit_prog_detach()
645 ret = bpf_mprog_detach(entry, &entry_new, link->prog, link, 0, 0, 0); in netkit_link_release()