Home
last modified time | relevance | path

Searched refs:br_err (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/net/bridge/
Dbr_stp_if.c156 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()
Dbr_vlan.c294 br_err(br, "failed insert local address into bridge forwarding table\n"); in __vlan_add()
668 br_err(br, "failed to insert local address into bridge forwarding table\n"); in br_vlan_add_existing()
Dbr_private.h521 #define br_err(__br, format, args...) \ macro