diff options
Diffstat (limited to 'include/linux/if_vlan.h')
-rw-r--r-- | include/linux/if_vlan.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/include/linux/if_vlan.h b/include/linux/if_vlan.h index d81beced0dae..f40369e09f5c 100644 --- a/include/linux/if_vlan.h +++ b/include/linux/if_vlan.h | |||
@@ -127,12 +127,6 @@ extern u16 vlan_dev_vlan_id(const struct net_device *dev); | |||
127 | 127 | ||
128 | extern bool vlan_do_receive(struct sk_buff **skb); | 128 | extern bool vlan_do_receive(struct sk_buff **skb); |
129 | extern struct sk_buff *vlan_untag(struct sk_buff *skb); | 129 | extern struct sk_buff *vlan_untag(struct sk_buff *skb); |
130 | extern gro_result_t | ||
131 | vlan_gro_receive(struct napi_struct *napi, struct vlan_group *grp, | ||
132 | unsigned int vlan_tci, struct sk_buff *skb); | ||
133 | extern gro_result_t | ||
134 | vlan_gro_frags(struct napi_struct *napi, struct vlan_group *grp, | ||
135 | unsigned int vlan_tci); | ||
136 | 130 | ||
137 | #else | 131 | #else |
138 | static inline struct net_device * | 132 | static inline struct net_device * |
@@ -164,20 +158,6 @@ static inline struct sk_buff *vlan_untag(struct sk_buff *skb) | |||
164 | { | 158 | { |
165 | return skb; | 159 | return skb; |
166 | } | 160 | } |
167 | |||
168 | static inline gro_result_t | ||
169 | vlan_gro_receive(struct napi_struct *napi, struct vlan_group *grp, | ||
170 | unsigned int vlan_tci, struct sk_buff *skb) | ||
171 | { | ||
172 | return GRO_DROP; | ||
173 | } | ||
174 | |||
175 | static inline gro_result_t | ||
176 | vlan_gro_frags(struct napi_struct *napi, struct vlan_group *grp, | ||
177 | unsigned int vlan_tci) | ||
178 | { | ||
179 | return GRO_DROP; | ||
180 | } | ||
181 | #endif | 161 | #endif |
182 | 162 | ||
183 | /** | 163 | /** |