BR_FDB_LOCKED
if (unlikely(test_bit(BR_FDB_LOCKED, &fdb->flags)))
clear_bit(BR_FDB_LOCKED, &fdb->flags);
if (test_bit(BR_FDB_LOCKED, &fdb->flags))
if (test_and_clear_bit(BR_FDB_LOCKED, &fdb->flags))
flags |= BIT(BR_FDB_LOCKED);
(!test_bit(BR_FDB_LOCKED, &fdb->flags) ||
if (locked != test_bit(BR_FDB_LOCKED, &fdb->flags)) {
change_bit(BR_FDB_LOCKED, &fdb->flags);
vid, BIT(BR_FDB_LOCKED));
} else if (test_bit(BR_FDB_LOCKED, &fdb_src->flags)) {
BIT(BR_FDB_LOCKED));
.flags = BIT(BR_FDB_LOCKED),
.flags_mask = BIT(BR_FDB_LOCKED),
if (test_bit(BR_FDB_LOCKED, &fdb->flags))