Home
last modified time | relevance | path

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

/net/bridge/
Dbr_stp_if.c159 br_err(br, "failed to start userspace STP (%d)\n", err); in br_stp_start()
191 br_err(br, "failed to stop userspace STP (%d)\n", err); in br_stp_stop()
Dbr_vlan.c254 br_err(br, "failed insert local address into bridge forwarding table\n"); in __vlan_add()
575 br_err(br, "failed insert local address into bridge forwarding table\n"); in br_vlan_add()
Dbr_private.h431 #define br_err(__br, format, args...) \ macro