Lines Matching refs:to_bridge

26 #define to_bridge(cd)	((struct net_bridge *)netdev_priv(to_net_dev(cd)))  macro
35 struct net_bridge *br = to_bridge(d); in store_bridge_parm()
55 struct net_bridge *br = to_bridge(d); in forward_delay_show()
71 jiffies_to_clock_t(to_bridge(d)->hello_time)); in hello_time_show()
86 jiffies_to_clock_t(to_bridge(d)->max_age)); in max_age_show()
99 struct net_bridge *br = to_bridge(d); in ageing_time_show()
127 struct net_bridge *br = to_bridge(d); in stp_state_show()
136 struct net_bridge *br = to_bridge(d); in stp_state_store()
160 struct net_bridge *br = to_bridge(d); in group_fwd_mask_show()
170 struct net_bridge *br = to_bridge(d); in group_fwd_mask_store()
193 struct net_bridge *br = to_bridge(d); in priority_show()
214 return br_show_bridge_id(buf, &to_bridge(d)->designated_root); in root_id_show()
221 return br_show_bridge_id(buf, &to_bridge(d)->bridge_id); in bridge_id_show()
228 return sprintf(buf, "%d\n", to_bridge(d)->root_port); in root_port_show()
235 return sprintf(buf, "%d\n", to_bridge(d)->root_path_cost); in root_path_cost_show()
242 return sprintf(buf, "%d\n", to_bridge(d)->topology_change); in topology_change_show()
250 struct net_bridge *br = to_bridge(d); in topology_change_detected_show()
258 struct net_bridge *br = to_bridge(d); in hello_timer_show()
266 struct net_bridge *br = to_bridge(d); in tcn_timer_show()
275 struct net_bridge *br = to_bridge(d); in topology_change_timer_show()
283 struct net_bridge *br = to_bridge(d); in gc_timer_show()
291 struct net_bridge *br = to_bridge(d); in group_addr_show()
302 struct net_bridge *br = to_bridge(d); in group_addr_store()
344 struct net_bridge *br = to_bridge(d); in flush_store()
358 struct net_bridge *br = to_bridge(d); in multicast_router_show()
374 struct net_bridge *br = to_bridge(d); in multicast_snooping_show()
390 struct net_bridge *br = to_bridge(d); in multicast_query_use_ifaddr_show()
413 struct net_bridge *br = to_bridge(d); in multicast_querier_show()
428 struct net_bridge *br = to_bridge(d); in hash_elasticity_show()
449 struct net_bridge *br = to_bridge(d); in hash_max_show()
464 struct net_bridge *br = to_bridge(d); in multicast_last_member_count_show()
485 struct net_bridge *br = to_bridge(d); in multicast_startup_query_count_show()
506 struct net_bridge *br = to_bridge(d); in multicast_last_member_interval_show()
528 struct net_bridge *br = to_bridge(d); in multicast_membership_interval_show()
551 struct net_bridge *br = to_bridge(d); in multicast_querier_interval_show()
574 struct net_bridge *br = to_bridge(d); in multicast_query_interval_show()
596 struct net_bridge *br = to_bridge(d); in multicast_query_response_interval_show()
619 struct net_bridge *br = to_bridge(d); in multicast_startup_query_interval_show()
643 struct net_bridge *br = to_bridge(d); in nf_call_iptables_show()
664 struct net_bridge *br = to_bridge(d); in nf_call_ip6tables_show()
685 struct net_bridge *br = to_bridge(d); in nf_call_arptables_show()
708 struct net_bridge *br = to_bridge(d); in vlan_filtering_show()
724 struct net_bridge *br = to_bridge(d); in vlan_protocol_show()
740 struct net_bridge *br = to_bridge(d); in default_pvid_show()
818 struct net_bridge *br = to_bridge(dev); in brforward_read()