Home
last modified time | relevance | path

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

/Linux-v6.6/include/net/
Dtcx.h164 int tcx_link_attach(const union bpf_attr *attr, struct bpf_prog *prog);
184 static inline int tcx_link_attach(const union bpf_attr *attr, in tcx_link_attach() function
/Linux-v6.6/kernel/bpf/
Dtcx.c310 int tcx_link_attach(const union bpf_attr *attr, struct bpf_prog *prog) in tcx_link_attach() function
Dsyscall.c4957 ret = tcx_link_attach(attr, prog); in link_create()