Home
last modified time | relevance | path

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

/net/bridge/
A Dbr_fdb.c146 if (test_bit(BR_FDB_NOTIFY_INACTIVE, &fdb->flags)) in fdb_fill_info()
556 else if (!test_and_set_bit(BR_FDB_NOTIFY_INACTIVE, in br_fdb_cleanup()
879 return !!(test_bit(BR_FDB_NOTIFY_INACTIVE, &fdb->flags) && in __fdb_mark_active()
880 test_and_clear_bit(BR_FDB_NOTIFY_INACTIVE, &fdb->flags)); in __fdb_mark_active()
1038 !test_and_set_bit(BR_FDB_NOTIFY_INACTIVE, &fdb->flags)) in fdb_handle_notify()
1048 clear_bit(BR_FDB_NOTIFY_INACTIVE, &fdb->flags); in fdb_handle_notify()
A Dbr_private.h277 BR_FDB_NOTIFY_INACTIVE, enumerator

Completed in 12 milliseconds