Searched refs:br_debug (Results  1 – 7 of 7) sorted by relevance
| /Linux-v6.6/net/bridge/ | 
| D | br_stp_timer.c | 34 	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()
  | 
| D | br_stp_if.c | 138 			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()
  | 
| D | br.c | 320 			br_debug(br, "boolopt multi-toggle error: option: %d current: %d new: %d error: %d\n",  in br_boolopt_multi_toggle() 347 	br_debug(br, "toggle option: %d state: %d -> %d\n",  in br_opt_toggle()
  | 
| D | br_stp.c | 674 			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()
  | 
| D | br_netlink.c | 469 	br_debug(br, "br_fill_info event %d port %s master %s\n",  in br_fill_ifinfo() 644 	br_debug(br, "port %u(%s) event %d\n", port_no, dev->name, event);  in br_info_notify()
  | 
| D | br_fdb.c | 717 	br_debug(br, "flushing port ifindex: %d vlan id: %u flags: 0x%lx flags mask: 0x%lx\n",  in br_fdb_delete_bulk()
  | 
| D | br_private.h | 633 #define br_debug(br, format, args...)			\  macro
  |