]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitbbd36091e5bf792f1db5e717c40d71be8774b3d8
treed71f62e5ad66ac4886f22eda0944d7156fc856a4
parent2f2daa4c2c7b2dfa968c730a3687c21d2c68dd91
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