diff options
author | Martin KaFai Lau <martin.lau@kernel.org> | 2024-05-09 10:50:21 -0700 |
---|---|---|
committer | Alexei Starovoitov <ast@kernel.org> | 2024-05-09 11:13:12 -0700 |
commit | b1d87ae9b0d3d91767d85183e40c96f4229a6c21 (patch) | |
tree | 4bc3ec298d3b0752201e926d57e4e430fab50e09 /tools/perf/scripts/python/syscall-counts.py | |
parent | 7d3851a31832bf8dc776a78494b788518734ad0f (diff) |
selftests/bpf: Rename tcp-cc private struct in bpf_cubic and bpf_dctcp
The "struct bictcp" and "struct dctcp" are private to the bpf prog
and they are stored in the private buffer in inet_csk(sk)->icsk_ca_priv.
Hence, there is no bpf CO-RE required.
The same struct name exists in the vmlinux.h. To reuse vmlinux.h,
they need to be renamed such that the bpf prog logic will be
immuned from the kernel tcp-cc changes.
This patch adds a "bpf_" prefix to them.
Signed-off-by: Martin KaFai Lau <martin.lau@kernel.org>
Link: https://lore.kernel.org/r/20240509175026.3423614-6-martin.lau@linux.dev
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions