]> 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)
commit3c9d095f0527c94c58ec3f05d0f3223528479bec
tree8ab1fb064605b369322c018d2cdf0838df5e0016
parentda2b0a708905364b3f9b30260834febd86422a99
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