]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd37cfd33ddf1016a3115e498b3c54f16845a91c5
tree8ab1fb064605b369322c018d2cdf0838df5e0016
parentef8294fe1a7725a80c35bfc8c243da30ccb00580
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