diff options
Diffstat (limited to 'include/linux/inet_lro.h')
-rw-r--r-- | include/linux/inet_lro.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/linux/inet_lro.h b/include/linux/inet_lro.h index c4335faebb63..940bbde05a52 100644 --- a/include/linux/inet_lro.h +++ b/include/linux/inet_lro.h | |||
@@ -137,16 +137,6 @@ void lro_receive_skb(struct net_lro_mgr *lro_mgr, | |||
137 | void *priv); | 137 | void *priv); |
138 | 138 | ||
139 | /* | 139 | /* |
140 | * Processes a SKB with VLAN HW acceleration support | ||
141 | */ | ||
142 | |||
143 | void lro_vlan_hwaccel_receive_skb(struct net_lro_mgr *lro_mgr, | ||
144 | struct sk_buff *skb, | ||
145 | struct vlan_group *vgrp, | ||
146 | u16 vlan_tag, | ||
147 | void *priv); | ||
148 | |||
149 | /* | ||
150 | * Processes a fragment list | 140 | * Processes a fragment list |
151 | * | 141 | * |
152 | * This functions aggregate fragments and generate SKBs do pass | 142 | * This functions aggregate fragments and generate SKBs do pass |