Lines Matching defs:net_bridge
183 struct net_bridge struct
185 spinlock_t lock;
186 struct list_head port_list;
187 struct net_device *dev;
189 struct br_cpu_netstats __percpu *stats;
190 spinlock_t hash_lock;
191 struct hlist_head hash[BR_HASH_SIZE];
193 struct rtable fake_rtable;
194 bool nf_call_iptables;
195 bool nf_call_ip6tables;
196 bool nf_call_arptables;
198 unsigned long flags;
201 u16 group_fwd_mask;
204 bridge_id designated_root;
205 bridge_id bridge_id;
206 u32 root_path_cost;
207 unsigned long max_age;
208 unsigned long hello_time;
209 unsigned long forward_delay;
210 unsigned long bridge_max_age;
211 unsigned long ageing_time;
212 unsigned long bridge_hello_time;
213 unsigned long bridge_forward_delay;
215 u8 group_addr[ETH_ALEN];
216 u16 root_port;
218 enum {
222 } stp_enabled;
247 struct net_bridge_mdb_htable __rcu *mdb; argument
248 struct hlist_head router_list;
250 struct timer_list multicast_router_timer;
251 struct timer_list multicast_querier_timer;
252 struct timer_list multicast_query_timer;
255 struct timer_list hello_timer;
256 struct timer_list tcn_timer;
257 struct timer_list topology_change_timer;
258 struct timer_list gc_timer;
259 struct kobject *ifobj;