Home
last modified time | relevance | path

Searched refs:netkit_prog_detach (Results 1 – 3 of 3) sorted by relevance

/linux/include/net/
H A Dnetkit.h11 int netkit_prog_detach(const union bpf_attr *attr, struct bpf_prog *prog);
27 static inline int netkit_prog_detach(const union bpf_attr *attr, in netkit_prog_detach() function
/linux/drivers/net/
H A Dnetkit.c568 int netkit_prog_detach(const union bpf_attr *attr, struct bpf_prog *prog) in netkit_prog_detach() function
/linux/kernel/bpf/
H A Dsyscall.c4491 ret = netkit_prog_detach(attr, prog); in bpf_prog_detach()