]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
tcp: cleanup static functions
authorEric Dumazet <edumazet@google.com>
Fri, 27 Feb 2015 03:08:59 +0000 (19:08 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 28 Feb 2015 21:56:51 +0000 (16:56 -0500)
commit74abc20cedf6f95a0065665c55180ef2d4828ba5
tree41ee897ae926f53cd1ae0bc03c80e2de4857bacb
parent59995370dbca7636c105ddadc0447fab86ad3887
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>
net/ipv4/tcp_fastopen.c
net/ipv4/tcp_offload.c
net/ipv6/tcpv6_offload.c