Home
last modified time | relevance | path

Searched refs:BR_FDB_NOTIFY_INACTIVE (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/net/bridge/
Dbr_fdb.c360 else if (!test_and_set_bit(BR_FDB_NOTIFY_INACTIVE, in br_fdb_cleanup()
578 return !!(test_bit(BR_FDB_NOTIFY_INACTIVE, &fdb->flags) && in __fdb_mark_active()
579 test_and_clear_bit(BR_FDB_NOTIFY_INACTIVE, &fdb->flags)); in __fdb_mark_active()
705 if (test_bit(BR_FDB_NOTIFY_INACTIVE, &fdb->flags)) in fdb_fill_info()
903 !test_and_set_bit(BR_FDB_NOTIFY_INACTIVE, &fdb->flags)) in fdb_handle_notify()
913 clear_bit(BR_FDB_NOTIFY_INACTIVE, &fdb->flags); in fdb_handle_notify()
Dbr_private.h249 BR_FDB_NOTIFY_INACTIVE enumerator