Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dtcx.h169 int tcx_link_attach(const union bpf_attr *attr, struct bpf_prog *prog);
189 static inline int tcx_link_attach(const union bpf_attr *attr, in tcx_link_attach() function
/openbmc/linux/kernel/bpf/
H A Dtcx.c310 int tcx_link_attach(const union bpf_attr *attr, struct bpf_prog *prog) in tcx_link_attach() function
H A Dsyscall.c5036 ret = tcx_link_attach(attr, prog); in link_create()