mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-22 23:04:43 +00:00
tcp: cleanup static functions
tcp_fastopen_create_child() is static and should not be exported. tcp4_gso_segment() and tcp6_gso_segment() should be static. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
59995370db
commit
74abc20ced
3 changed files with 4 additions and 5 deletions
|
@ -221,7 +221,6 @@ static bool tcp_fastopen_create_child(struct sock *sk,
|
|||
WARN_ON(req->sk == NULL);
|
||||
return true;
|
||||
}
|
||||
EXPORT_SYMBOL(tcp_fastopen_create_child);
|
||||
|
||||
static bool tcp_fastopen_queue_check(struct sock *sk)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue