tcp: do not export tcp_gso_segment() and tcp_gro_receive()
authorEric Dumazet <edumazet@google.com>
Wed, 15 Jan 2014 00:31:46 +0000 (16:31 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 15 Jan 2014 02:53:48 +0000 (18:53 -0800)
commitb53c7336007784e435fee830063d3262ae98cd31
treed71f62e5ad66ac4886f22eda0944d7156fc856a4
parentc4ba999307ece85f4a3a569812be104a4578cf9b
tcp: do not export tcp_gso_segment() and tcp_gro_receive()

tcp_gso_segment() and tcp_gro_receive() no longer need to be
exported. IPv4 and IPv6 offloads are statically linked.

Note that tcp_gro_complete() is still used by bnx2x, unfortunately.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_offload.c