diff options
author | Martin KaFai Lau <martin.lau@kernel.org> | 2022-09-29 00:04:04 -0700 |
---|---|---|
committer | Alexei Starovoitov <ast@kernel.org> | 2022-09-29 09:25:47 -0700 |
commit | 37cfbe0bf2e85287350a6b0ca9521f5a4c7389ce (patch) | |
tree | 25504a1ce76adf5722fa408e83a8b79b542c79a3 /kernel/workqueue.c | |
parent | 64696c40d03c01e0ea2e3e9aa1c490a7b6a1b6be (diff) | |
download | linux-37cfbe0bf2e85287350a6b0ca9521f5a4c7389ce.tar.gz |
bpf: Move the "cdg" tcp-cc check to the common sol_tcp_sockopt()
The check on the tcp-cc, "cdg", is done in the bpf_sk_setsockopt which is
used by the bpf_tcp_ca, bpf_lsm, cg_sockopt, and tcp_iter hooks.
However, it is not done for cg sock_ddr, cg sockops, and some of
the bpf_lsm_cgroup hooks.
The tcp-cc "cdg" should have very limited usage. This patch is to
move the "cdg" check to the common sol_tcp_sockopt() so that all
hooks have a consistent behavior. The motivation to make
this check consistent now is because the latter patch will
refactor the bpf_setsockopt(TCP_CONGESTION) into another function,
so it is better to take this chance to refactor this piece
also.
Signed-off-by: Martin KaFai Lau <martin.lau@kernel.org>
Link: https://lore.kernel.org/r/20220929070407.965581-3-martin.lau@linux.dev
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'kernel/workqueue.c')
0 files changed, 0 insertions, 0 deletions