Home
last modified time | relevance | path

Searched refs:br_info (Results 1 – 5 of 5) sorted by relevance

/linux/net/bridge/
H A Dbr_stp.c57 br_info(p->br, "port %u(%s) entered %s state\n", in br_set_state()
377 br_info(br, "topology change detected, %s\n", in br_topology_change_detection()
563 br_info(p->br, "port %u(%s) received tcn bpdu\n", in br_received_tcn_bpdu()
H A Dbr_stp_timer.c57 br_info(br, "port %u(%s) neighbor %.2x%.2x.%pM lost\n", in br_message_age_timer_expired()
H A Dbr_private.h643 #define br_info(__br, format, args...) \ macro
H A Dbr_vlan.c915 br_info(br, "vlan filtering disabled, automatically disabling multicast vlan snooping\n"); in br_vlan_filter_toggle()
/linux/net/dsa/
H A Duser.c3157 struct bridge_vlan_info br_info; in dsa_user_check_8021q_upper() local
3172 err = br_vlan_get_info(br, vid, &br_info); in dsa_user_check_8021q_upper()