OSDN Git Service

tcp: Rename bictcp function prefix to cubictcp
authorMartin KaFai Lau <kafai@fb.com>
Thu, 25 Mar 2021 01:51:55 +0000 (18:51 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Sat, 27 Mar 2021 03:41:51 +0000 (20:41 -0700)
commitd22f6ad18709e93622b6115ec9a5e42ed96b5d82
tree8ab1fb064605b369322c018d2cdf0838df5e0016
parent797b84f727bce9c64ea2c85899c1ba283df54c16
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
net/ipv4/tcp_cubic.c