]> git.baikalelectronics.ru Git - kernel.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)
commit0d3a660c27291fec14b433c25125881c1c41ad73
tree41ee897ae926f53cd1ae0bc03c80e2de4857bacb
parentc9da6b7c0f3200fd17f1e9c6e68736de9ba077be
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