Lines Matching defs:net_bridge
312 struct net_bridge { struct
324 struct net_bridge_vlan_group __rcu *vlgrp; argument
327 struct rhashtable fdb_hash_tbl;
329 union {
333 bool nf_call_iptables;
334 bool nf_call_ip6tables;
335 bool nf_call_arptables;
337 u16 group_fwd_mask;
338 u16 group_fwd_mask_required;
341 bridge_id designated_root;
342 bridge_id bridge_id;
343 u32 root_path_cost;
344 unsigned char topology_change;
345 unsigned char topology_change_detected;
346 u16 root_port;
347 unsigned long max_age;
348 unsigned long hello_time;
349 unsigned long forward_delay;
350 unsigned long ageing_time;
351 unsigned long bridge_max_age;
352 unsigned long bridge_hello_time;
353 unsigned long bridge_forward_delay;
354 unsigned long bridge_ageing_time;
356 u8 group_addr[ETH_ALEN];
357 bool group_addr_set;
359 enum {
363 } stp_enabled;
366 unsigned char multicast_router;
390 struct net_bridge_mdb_htable __rcu *mdb; argument
391 struct hlist_head router_list;
393 struct timer_list multicast_router_timer;
394 struct bridge_mcast_other_query ip4_other_query;
395 struct bridge_mcast_own_query ip4_own_query;
396 struct bridge_mcast_querier ip4_querier;
397 struct bridge_mcast_stats __percpu *mcast_stats;
399 struct bridge_mcast_other_query ip6_other_query;
400 struct bridge_mcast_own_query ip6_own_query;
401 struct bridge_mcast_querier ip6_querier;
402 u8 multicast_mld_version;
406 struct timer_list hello_timer;
407 struct timer_list tcn_timer;
408 struct timer_list topology_change_timer;
409 struct delayed_work gc_work;
410 struct kobject *ifobj;
411 u32 auto_cnt;
414 int offload_fwd_mark;
416 bool neigh_suppress_enabled;
417 bool mtu_set_by_user;
418 struct hlist_head fdb_list;