diff options
author | Jiri Pirko <jpirko@redhat.com> | 2011-07-20 00:54:27 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-07-21 16:47:56 -0400 |
commit | 6dacaddd4850cbd6390d4f87548262b5ed79b4a5 (patch) | |
tree | 65e2705ade6035c35f24a5980410ba0fa4403f84 /include/linux/if_vlan.h | |
parent | 312cd51353a4f5940eea963570b8b14b7d9290c4 (diff) |
vlan: kill vlan_hwaccel_receive_skb
Signed-off-by: Jiri Pirko <jpirko@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/if_vlan.h')
-rw-r--r-- | include/linux/if_vlan.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/include/linux/if_vlan.h b/include/linux/if_vlan.h index 69391cc20f3d..3996713caaec 100644 --- a/include/linux/if_vlan.h +++ b/include/linux/if_vlan.h | |||
@@ -203,19 +203,6 @@ static inline int vlan_hwaccel_rx(struct sk_buff *skb, | |||
203 | } | 203 | } |
204 | 204 | ||
205 | /** | 205 | /** |
206 | * vlan_hwaccel_receive_skb - netif_receive_skb wrapper for VLAN RX acceleration | ||
207 | * @skb: buffer | ||
208 | * @grp: vlan group | ||
209 | * @vlan_tci: VLAN TCI as received from the card | ||
210 | */ | ||
211 | static inline int vlan_hwaccel_receive_skb(struct sk_buff *skb, | ||
212 | struct vlan_group *grp, | ||
213 | u16 vlan_tci) | ||
214 | { | ||
215 | return __vlan_hwaccel_rx(skb, grp, vlan_tci, 1); | ||
216 | } | ||
217 | |||
218 | /** | ||
219 | * vlan_insert_tag - regular VLAN tag inserting | 206 | * vlan_insert_tag - regular VLAN tag inserting |
220 | * @skb: skbuff to tag | 207 | * @skb: skbuff to tag |
221 | * @vlan_tci: VLAN TCI to insert | 208 | * @vlan_tci: VLAN TCI to insert |