Home
last modified time | relevance | path

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

/linux-6.12.1/include/net/
Dtcx.h166 int tcx_prog_detach(const union bpf_attr *attr, struct bpf_prog *prog);
191 static inline int tcx_prog_detach(const union bpf_attr *attr, in tcx_prog_detach() function
/linux-6.12.1/kernel/bpf/
Dtcx.c59 int tcx_prog_detach(const union bpf_attr *attr, struct bpf_prog *prog) in tcx_prog_detach() function
Dsyscall.c4165 ret = tcx_prog_detach(attr, prog); in bpf_prog_detach()