Home
last modified time | relevance | path

Searched refs:br_debug (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/net/bridge/
Dbr_stp_timer.c34 br_debug(br, "hello timer expired\n"); in br_hello_timer_expired()
84 br_debug(br, "port %u(%s) forward delay timer\n", in br_forward_delay_timer_expired()
107 br_debug(br, "tcn timer expired\n"); in br_tcn_timer_expired()
121 br_debug(br, "topo change timer expired\n"); in br_topology_change_timer_expired()
132 br_debug(p->br, "port %u(%s) hold timer expired\n", in br_hold_timer_expired()
Dbr_stp_if.c138 br_debug(br, BR_STP_PROG " received signal %d\n", in br_stp_call_user()
141 br_debug(br, BR_STP_PROG " exited with code %d\n", in br_stp_call_user()
167 br_debug(br, "userspace STP started\n"); in br_stp_start()
170 br_debug(br, "using kernel STP\n"); in br_stp_start()
Dbr.c311 br_debug(br, "boolopt multi-toggle error: option: %d current: %d new: %d error: %d\n", in br_boolopt_multi_toggle()
338 br_debug(br, "toggle option: %d state: %d -> %d\n", in br_opt_toggle()
Dbr_stp.c674 br_debug(br, "decreasing ageing time to %lu\n", t); in __br_set_topology_change()
677 br_debug(br, "restoring ageing time to %lu\n", t); in __br_set_topology_change()
Dbr_netlink.c453 br_debug(br, "br_fill_info event %d port %s master %s\n", in br_fill_ifinfo()
628 br_debug(br, "port %u(%s) event %d\n", port_no, dev->name, event); in br_info_notify()
Dbr_fdb.c710 br_debug(br, "flushing port ifindex: %d vlan id: %u flags: 0x%lx flags mask: 0x%lx\n", in br_fdb_delete_bulk()
Dbr_private.h607 #define br_debug(br, format, args...) \ macro