aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2021-11-15 09:05:53 -0800
committerDavid S. Miller <davem@davemloft.net>2021-11-16 13:16:54 +0000
commite456a18a390b96f22b0de2acd4d0f49c72ed2280 (patch)
tree072e0616c4c3e776e59318cb2e4c71b0f4596bed /include/linux/netdevice.h
parentnet: gro: move skb_gro_receive_list to udp_offload.c (diff)
downloadlinux-dev-e456a18a390b96f22b0de2acd4d0f49c72ed2280.tar.xz
linux-dev-e456a18a390b96f22b0de2acd4d0f49c72ed2280.zip
net: gro: move skb_gro_receive into net/core/gro.c
net/core/gro.c will contain all core gro functions, to shrink net/core/skbuff.c and net/core/dev.c Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r--include/linux/netdevice.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
index ce6ee1453dbc..93d397db9ec4 100644
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -2902,7 +2902,6 @@ struct net_device *dev_get_by_index_rcu(struct net *net, int ifindex);
struct net_device *dev_get_by_napi_id(unsigned int napi_id);
int netdev_get_name(struct net *net, char *name, int ifindex);
int dev_restart(struct net_device *dev);
-int skb_gro_receive(struct sk_buff *p, struct sk_buff *skb);
static inline int dev_hard_header(struct sk_buff *skb, struct net_device *dev,