Home
last modified time | relevance | path

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

/linux-3.4.99/net/bridge/
Dbr_stp_timer.c38 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()
Dbr_netlink.c48 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()
Dbr_stp_if.c142 br_debug(br, "userspace STP started\n"); in br_stp_start()
145 br_debug(br, "using kernel STP\n"); in br_stp_start()
Dbr_ioctl.c393 br_debug(br, "Bridge does not support ioctl 0x%x\n", cmd); in br_dev_ioctl()
Dbr_private.h286 #define br_debug(br, format, args...) \ macro