aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/netdevice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
index 0ca8100f9fbc..5260d2eae2e6 100644
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -1676,7 +1676,7 @@ struct offload_callbacks {
1676 int (*gso_send_check)(struct sk_buff *skb); 1676 int (*gso_send_check)(struct sk_buff *skb);
1677 struct sk_buff **(*gro_receive)(struct sk_buff **head, 1677 struct sk_buff **(*gro_receive)(struct sk_buff **head,
1678 struct sk_buff *skb); 1678 struct sk_buff *skb);
1679 int (*gro_complete)(struct sk_buff *skb); 1679 int (*gro_complete)(struct sk_buff *skb, int nhoff);
1680}; 1680};
1681 1681
1682struct packet_offload { 1682struct packet_offload {