Lines Matching refs:to_bridge

26 #define to_bridge(cd)	((struct net_bridge *)netdev_priv(to_net_dev(cd)))  macro
36 struct net_bridge *br = to_bridge(d); in store_bridge_parm()
69 struct net_bridge *br = to_bridge(d); in forward_delay_show()
91 jiffies_to_clock_t(to_bridge(d)->hello_time)); in hello_time_show()
112 jiffies_to_clock_t(to_bridge(d)->max_age)); in max_age_show()
131 struct net_bridge *br = to_bridge(d); in ageing_time_show()
152 struct net_bridge *br = to_bridge(d); in stp_state_show()
175 struct net_bridge *br = to_bridge(d); in group_fwd_mask_show()
202 struct net_bridge *br = to_bridge(d); in priority_show()
224 return br_show_bridge_id(buf, &to_bridge(d)->designated_root); in root_id_show()
231 return br_show_bridge_id(buf, &to_bridge(d)->bridge_id); in bridge_id_show()
238 return sprintf(buf, "%d\n", to_bridge(d)->root_port); in root_port_show()
245 return sprintf(buf, "%d\n", to_bridge(d)->root_path_cost); in root_path_cost_show()
252 return sprintf(buf, "%d\n", to_bridge(d)->topology_change); in topology_change_show()
260 struct net_bridge *br = to_bridge(d); in topology_change_detected_show()
268 struct net_bridge *br = to_bridge(d); in hello_timer_show()
276 struct net_bridge *br = to_bridge(d); in tcn_timer_show()
285 struct net_bridge *br = to_bridge(d); in topology_change_timer_show()
293 struct net_bridge *br = to_bridge(d); in gc_timer_show()
301 struct net_bridge *br = to_bridge(d); in group_addr_show()
309 struct net_bridge *br = to_bridge(d); in group_addr_store()
367 struct net_bridge *br = to_bridge(d); in no_linklocal_learn_show()
389 struct net_bridge *br = to_bridge(d); in multicast_router_show()
411 struct net_bridge *br = to_bridge(d); in multicast_snooping_show()
427 struct net_bridge *br = to_bridge(d); in multicast_query_use_ifaddr_show()
452 struct net_bridge *br = to_bridge(d); in multicast_querier_show()
496 struct net_bridge *br = to_bridge(d); in hash_max_show()
518 struct net_bridge *br = to_bridge(d); in multicast_igmp_version_show()
541 struct net_bridge *br = to_bridge(d); in multicast_last_member_count_show()
563 struct net_bridge *br = to_bridge(d); in multicast_startup_query_count_show()
585 struct net_bridge *br = to_bridge(d); in multicast_last_member_interval_show()
608 struct net_bridge *br = to_bridge(d); in multicast_membership_interval_show()
632 struct net_bridge *br = to_bridge(d); in multicast_querier_interval_show()
656 struct net_bridge *br = to_bridge(d); in multicast_query_interval_show()
679 struct net_bridge *br = to_bridge(d); in multicast_query_response_interval_show()
703 struct net_bridge *br = to_bridge(d); in multicast_startup_query_interval_show()
728 struct net_bridge *br = to_bridge(d); in multicast_stats_enabled_show()
755 struct net_bridge *br = to_bridge(d); in multicast_mld_version_show()
779 struct net_bridge *br = to_bridge(d); in nf_call_iptables_show()
801 struct net_bridge *br = to_bridge(d); in nf_call_ip6tables_show()
823 struct net_bridge *br = to_bridge(d); in nf_call_arptables_show()
847 struct net_bridge *br = to_bridge(d); in vlan_filtering_show()
863 struct net_bridge *br = to_bridge(d); in vlan_protocol_show()
879 struct net_bridge *br = to_bridge(d); in default_pvid_show()
895 struct net_bridge *br = to_bridge(d); in vlan_stats_enabled_show()
917 struct net_bridge *br = to_bridge(d); in vlan_stats_per_port_show()
1009 struct net_bridge *br = to_bridge(dev); in brforward_read()