Home
last modified time | relevance | path

Searched hist:d22f6ad18709e93622b6115ec9a5e42ed96b5d82 (Results 1 – 1 of 1) sorted by relevance

/linux/net/ipv4/
H A Dtcp_cubic.cdiff d22f6ad18709e93622b6115ec9a5e42ed96b5d82 Thu Mar 25 02:51:55 CET 2021 Martin KaFai Lau <kafai@fb.com> tcp: Rename bictcp function prefix to cubictcp

The cubic functions in tcp_cubic.c are using the bictcp prefix as
in tcp_bic.c. This patch gives it the proper name cubictcp
because the later patch will allow the bpf prog to directly
call the cubictcp implementation. Renaming them will avoid
the name collision when trying to find the intended
one to call during bpf prog load time.

Signed-off-by: Martin KaFai Lau <kafai@fb.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Link: https://lore.kernel.org/bpf/20210325015155.1545532-1-kafai@fb.com