BR_FDB_NOTIFY_INACTIVE
!test_and_set_bit(BR_FDB_NOTIFY_INACTIVE, &fdb->flags))
clear_bit(BR_FDB_NOTIFY_INACTIVE, &fdb->flags);
if (test_bit(BR_FDB_NOTIFY_INACTIVE, &fdb->flags))
else if (!test_and_set_bit(BR_FDB_NOTIFY_INACTIVE,
return !!(test_bit(BR_FDB_NOTIFY_INACTIVE, &fdb->flags) &&
test_and_clear_bit(BR_FDB_NOTIFY_INACTIVE, &fdb->flags));