commit | da5bab079f9b7d90ba234965a14914ace55e45e9 | [log] [tgz] |
---|---|---|
author | Daniel Borkmann <dborkman@redhat.com> | Sat Jun 08 12:56:03 2013 +0200 |
committer | David S. Miller <davem@davemloft.net> | Wed Jun 12 00:47:25 2013 -0700 |
tree | 868de978a44f6a59ccc7a2f4f9c096707c5bf044 | |
parent | 946d3bd7231be3b6202759ea0bea59989ae28c4a [diff] |
net: udp4: move GSO functions to udp_offload Similarly to TCP offloading and UDPv6 offloading, move all related UDPv4 functions to udp_offload.c to make things more explicit. Also, by this, we can make those functions static. Signed-off-by: Daniel Borkmann <dborkman@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>