Searched refs:br_debug (Results 1 – 5 of 5) sorted by relevance
/linux-3.4.99/net/bridge/ |
D | br_stp_timer.c | 38 br_debug(br, "hello timer expired\n"); in br_hello_timer_expired() 86 br_debug(br, "port %u(%s) forward delay timer\n", in br_forward_delay_timer_expired() 108 br_debug(br, "tcn timer expired\n"); in br_tcn_timer_expired() 122 br_debug(br, "topo change timer expired\n"); in br_topology_change_timer_expired() 133 br_debug(p->br, "port %u(%s) hold timer expired\n", in br_hold_timer_expired()
|
D | br_netlink.c | 48 br_debug(br, "br_fill_info event %d port %s master %s\n", in br_fill_ifinfo() 93 br_debug(port->br, "port %u(%s) event %d\n", in br_ifinfo_notify()
|
D | br_stp_if.c | 142 br_debug(br, "userspace STP started\n"); in br_stp_start() 145 br_debug(br, "using kernel STP\n"); in br_stp_start()
|
D | br_ioctl.c | 393 br_debug(br, "Bridge does not support ioctl 0x%x\n", cmd); in br_dev_ioctl()
|
D | br_private.h | 286 #define br_debug(br, format, args...) \ macro
|