tcp: unexport tcp_ca_get_key_by_name and tcp_ca_get_name_by_key
authorChristoph Hellwig <hch@lst.de>
Thu, 10 Mar 2022 14:32:29 +0000 (15:32 +0100)
committerJakub Kicinski <kuba@kernel.org>
Sat, 12 Mar 2022 06:51:40 +0000 (22:51 -0800)
commit515bb3071e16a7f14a68795af23287ab7367b588
tree3d7bd0605fa79ec770caaec4a52610d954538dc0
parentcb631a6398192f79f33a2480517c272120985020
tcp: unexport tcp_ca_get_key_by_name and tcp_ca_get_name_by_key

Both functions are only used by core networking code.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20220310143229.895319-1-hch@lst.de
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/ipv4/tcp_cong.c