diff options
author | Daniel Borkmann <dborkman@redhat.com> | 2013-06-07 07:11:46 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-06-07 23:39:05 +0200 |
commit | 28850dc7c71da9d0c0e39246e9ff6913f41f8d0a (patch) | |
tree | 1ff43aef62041c487d4175af44e73da90bb70ce9 /drivers/xen | |
parent | net: minor: tcp: use tcp_skb_mss helper in tcp_tso_segment (diff) | |
download | linux-28850dc7c71da9d0c0e39246e9ff6913f41f8d0a.tar.xz linux-28850dc7c71da9d0c0e39246e9ff6913f41f8d0a.zip |
net: tcp: move GRO/GSO functions to tcp_offload
Would be good to make things explicit and move those functions to
a new file called tcp_offload.c, thus make this similar to tcpv6_offload.c.
While moving all related functions into tcp_offload.c, we can also
make some of them static, since they are only used there. Also, add
an explicit registration function.
Suggested-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Acked-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/xen')
0 files changed, 0 insertions, 0 deletions