aboutsummaryrefslogtreecommitdiffstats
path: root/net/bridge/br_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/bridge/br_private.h')
-rw-r--r--net/bridge/br_private.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/bridge/br_private.h b/net/bridge/br_private.h
index d8cbaa694227..4d783d071305 100644
--- a/net/bridge/br_private.h
+++ b/net/bridge/br_private.h
@@ -306,10 +306,14 @@ struct net_bridge
306 306
307struct br_input_skb_cb { 307struct br_input_skb_cb {
308 struct net_device *brdev; 308 struct net_device *brdev;
309
309#ifdef CONFIG_BRIDGE_IGMP_SNOOPING 310#ifdef CONFIG_BRIDGE_IGMP_SNOOPING
310 int igmp; 311 int igmp;
311 int mrouters_only; 312 int mrouters_only;
312#endif 313#endif
314
315 u16 frag_max_size;
316
313#ifdef CONFIG_BRIDGE_VLAN_FILTERING 317#ifdef CONFIG_BRIDGE_VLAN_FILTERING
314 bool vlan_filtered; 318 bool vlan_filtered;
315#endif 319#endif