tcp: make local functions static
The following are only used in one file: tcp_connect_init tcp_set_rto Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
4ffa8fcd17
commit
f7e56a76ac
@@ -2777,7 +2777,7 @@ struct sk_buff *tcp_make_synack(struct sock *sk, struct dst_entry *dst,
|
||||
EXPORT_SYMBOL(tcp_make_synack);
|
||||
|
||||
/* Do all connect socket setups that can be done AF independent. */
|
||||
void tcp_connect_init(struct sock *sk)
|
||||
static void tcp_connect_init(struct sock *sk)
|
||||
{
|
||||
const struct dst_entry *dst = __sk_dst_get(sk);
|
||||
struct tcp_sock *tp = tcp_sk(sk);
|
||||
|
Reference in New Issue
Block a user