]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/linux/etherdevice.h
net: Add Transparent Ethernet Bridging GRO support.
[karo-tx-linux.git] / include / linux / etherdevice.h
index 41c891d05f0434058a25bb45b069880027609401..1d869d185a0dbdb03b33de2b8c0af33c7ea865fa 100644 (file)
@@ -52,6 +52,10 @@ struct net_device *alloc_etherdev_mqs(int sizeof_priv, unsigned int txqs,
 #define alloc_etherdev(sizeof_priv) alloc_etherdev_mq(sizeof_priv, 1)
 #define alloc_etherdev_mq(sizeof_priv, count) alloc_etherdev_mqs(sizeof_priv, count, count)
 
+struct sk_buff **eth_gro_receive(struct sk_buff **head,
+                                struct sk_buff *skb);
+int eth_gro_complete(struct sk_buff *skb, int nhoff);
+
 /* Reserved Ethernet Addresses per IEEE 802.1Q */
 static const u8 eth_reserved_addr_base[ETH_ALEN] __aligned(2) =
 { 0x01, 0x80, 0xc2, 0x00, 0x00, 0x00 };