Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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.c257 br_debug(br, "boolopt multi-toggle error: option: %d current: %d new: %d error: %d\n", in br_boolopt_multi_toggle()
284 br_debug(br, "toggle option: %d state: %d -> %d\n", in br_opt_toggle()
Dbr_stp.c641 br_debug(br, "decreasing ageing time to %lu\n", t); in __br_set_topology_change()
644 br_debug(br, "restoring ageing time to %lu\n", t); in __br_set_topology_change()
Dbr_ioctl.c395 br_debug(br, "Bridge does not support ioctl 0x%x\n", cmd); in br_dev_ioctl()
Dbr_netlink.c394 br_debug(br, "br_fill_info event %d port %s master %s\n", in br_fill_ifinfo()
513 br_debug(br, "port %u(%s) event %d\n", port_no, dev->name, event); in br_ifinfo_notify()
Dbr_private.h530 #define br_debug(br, format, args...) \ macro