Lines Matching defs:net_bridge
206 struct net_bridge struct
208 spinlock_t lock;
209 struct list_head port_list;
210 struct net_device *dev;
212 struct br_cpu_netstats __percpu *stats;
213 spinlock_t hash_lock;
214 struct hlist_head hash[BR_HASH_SIZE];
216 struct rtable fake_rtable;
217 bool nf_call_iptables;
218 bool nf_call_ip6tables;
219 bool nf_call_arptables;
221 u16 group_fwd_mask;
224 bridge_id designated_root;
225 bridge_id bridge_id;
226 u32 root_path_cost;
227 unsigned long max_age;
228 unsigned long hello_time;
229 unsigned long forward_delay;
230 unsigned long bridge_max_age;
231 unsigned long ageing_time;
232 unsigned long bridge_hello_time;
233 unsigned long bridge_forward_delay;
235 u8 group_addr[ETH_ALEN];
236 u16 root_port;
238 enum {
242 } stp_enabled;
244 unsigned char topology_change;
268 struct net_bridge_mdb_htable __rcu *mdb; argument
269 struct hlist_head router_list;
271 struct timer_list multicast_router_timer;
272 struct timer_list multicast_querier_timer;
273 struct timer_list multicast_query_timer;
276 struct timer_list hello_timer;
277 struct timer_list tcn_timer;
278 struct timer_list topology_change_timer;
279 struct timer_list gc_timer;
280 struct kobject *ifobj;
282 u8 vlan_enabled;
283 struct net_port_vlans __rcu *vlan_info;