Searched refs:br_debug (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/net/bridge/ |
D | br_stp_timer.c | 38 br_debug(br, "hello timer expired\n"); in br_hello_timer_expired() 88 br_debug(br, "port %u(%s) forward delay timer\n", in br_forward_delay_timer_expired() 111 br_debug(br, "tcn timer expired\n"); in br_tcn_timer_expired() 125 br_debug(br, "topo change timer expired\n"); in br_topology_change_timer_expired() 136 br_debug(p->br, "port %u(%s) hold timer expired\n", in br_hold_timer_expired()
|
D | br_stp_if.c | 141 br_debug(br, BR_STP_PROG " received signal %d\n", in br_stp_call_user() 144 br_debug(br, BR_STP_PROG " exited with code %d\n", in br_stp_call_user() 170 br_debug(br, "userspace STP started\n"); in br_stp_start() 173 br_debug(br, "using kernel STP\n"); in br_stp_start()
|
D | br_stp.c | 623 br_debug(br, "decreasing ageing time to %lu\n", t); in __br_set_topology_change() 626 br_debug(br, "restoring ageing time to %lu\n", t); in __br_set_topology_change()
|
D | br_ioctl.c | 400 br_debug(br, "Bridge does not support ioctl 0x%x\n", cmd); in br_dev_ioctl()
|
D | br_netlink.c | 390 br_debug(br, "br_fill_info event %d port %s master %s\n", in br_fill_ifinfo() 492 br_debug(br, "port %u(%s) event %d\n", port_no, dev->name, event); in br_ifinfo_notify()
|
D | br_private.h | 461 #define br_debug(br, format, args...) \ macro
|