Searched refs:br_err (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/net/bridge/ |
D | br_stp_if.c | 156 br_err(br, "failed to start userspace STP (%d)\n", err); in br_stp_start() 188 br_err(br, "failed to stop userspace STP (%d)\n", err); in br_stp_stop()
|
D | br_vlan.c | 336 br_err(br, "failed insert local address into bridge forwarding table\n"); in __vlan_add() 461 br_err(br, in __vlan_flush() 744 br_err(br, "failed to insert local address into bridge forwarding table\n"); in br_vlan_add_existing()
|
D | br_sysfs_br.c | 56 br_err(br, "%s\n", extack._msg); in store_bridge_parm()
|
D | br_private.h | 598 #define br_err(__br, format, args...) \ macro
|