aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorJiri Pirko <jpirko@redhat.com>2011-07-20 00:54:42 -0400
committerDavid S. Miller <davem@davemloft.net>2011-07-21 16:47:57 -0400
commitffcf9b767293ebc3e59e639cd4ec0dff5ca39798 (patch)
treeb97e59ff1210a6fe15bac715f091612f320e1e55 /net
parent7ff0bcf676f7ed224ce21b58c7858c8e527068b2 (diff)
vlan: kill vlan_gro_frags and vlan_gro_receive
Signed-off-by: Jiri Pirko <jpirko@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r--net/8021q/vlan_core.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/net/8021q/vlan_core.c b/net/8021q/vlan_core.c
index 68b04ea5fa48..5f27f8e30254 100644
--- a/net/8021q/vlan_core.c
+++ b/net/8021q/vlan_core.c
@@ -96,22 +96,6 @@ u16 vlan_dev_vlan_id(const struct net_device *dev)
96} 96}
97EXPORT_SYMBOL(vlan_dev_vlan_id); 97EXPORT_SYMBOL(vlan_dev_vlan_id);
98 98
99gro_result_t vlan_gro_receive(struct napi_struct *napi, struct vlan_group *grp,
100 unsigned int vlan_tci, struct sk_buff *skb)
101{
102 __vlan_hwaccel_put_tag(skb, vlan_tci);
103 return napi_gro_receive(napi, skb);
104}
105EXPORT_SYMBOL(vlan_gro_receive);
106
107gro_result_t vlan_gro_frags(struct napi_struct *napi, struct vlan_group *grp,
108 unsigned int vlan_tci)
109{
110 __vlan_hwaccel_put_tag(napi->skb, vlan_tci);
111 return napi_gro_frags(napi);
112}
113EXPORT_SYMBOL(vlan_gro_frags);
114
115static struct sk_buff *vlan_reorder_header(struct sk_buff *skb) 99static struct sk_buff *vlan_reorder_header(struct sk_buff *skb)
116{ 100{
117 if (skb_cow(skb, skb_headroom(skb)) < 0) 101 if (skb_cow(skb, skb_headroom(skb)) < 0)