Home
last modified time | relevance | path

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

/linux-6.12.1/include/net/
Dtcx.h165 int tcx_link_attach(const union bpf_attr *attr, struct bpf_prog *prog);
185 static inline int tcx_link_attach(const union bpf_attr *attr, in tcx_link_attach() function
/linux-6.12.1/kernel/bpf/
Dtcx.c310 int tcx_link_attach(const union bpf_attr *attr, struct bpf_prog *prog) in tcx_link_attach() function
Dsyscall.c5243 ret = tcx_link_attach(attr, prog); in link_create()