Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dtcx.h170 int tcx_prog_detach(const union bpf_attr *attr, struct bpf_prog *prog);
195 static inline int tcx_prog_detach(const union bpf_attr *attr, in tcx_prog_detach() function
/openbmc/linux/kernel/bpf/
H A Dtcx.c59 int tcx_prog_detach(const union bpf_attr *attr, struct bpf_prog *prog) in tcx_prog_detach() function
H A Dsyscall.c3993 ret = tcx_prog_detach(attr, prog); in bpf_prog_detach()