Lines Matching defs:net_bridge
252 struct net_bridge struct
254 spinlock_t lock;
255 struct list_head port_list;
256 struct net_device *dev;
258 struct pcpu_sw_netstats __percpu *stats;
259 spinlock_t hash_lock;
260 struct hlist_head hash[BR_HASH_SIZE];
262 union {
266 bool nf_call_iptables;
267 bool nf_call_ip6tables;
268 bool nf_call_arptables;
270 u16 group_fwd_mask;
271 u16 group_fwd_mask_required;
274 bridge_id designated_root;
275 bridge_id bridge_id;
276 u32 root_path_cost;
277 unsigned long max_age;
278 unsigned long hello_time;
279 unsigned long forward_delay;
280 unsigned long bridge_max_age;
281 unsigned long ageing_time;
282 unsigned long bridge_hello_time;
283 unsigned long bridge_forward_delay;
285 u8 group_addr[ETH_ALEN];
286 bool group_addr_set;
287 u16 root_port;
289 enum {
293 } stp_enabled;
295 unsigned char topology_change;
319 struct net_bridge_mdb_htable __rcu *mdb; argument
340 struct net_bridge_vlan_group __rcu *vlgrp; argument
341 u8 vlan_enabled;
342 __be16 vlan_proto;
343 u16 default_pvid;