Home
last modified time | relevance | path

Searched refs:BR_FDB_STICKY (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/bridge/
H A Dbr_fdb.c604 !test_bit(BR_FDB_STICKY, &fdb->flags))) { in br_fdb_update()
674 if (test_bit(BR_FDB_STICKY, &fdb->flags)) in fdb_fill_info()
931 if (is_sticky != test_bit(BR_FDB_STICKY, &fdb->flags)) { in fdb_add_entry()
932 change_bit(BR_FDB_STICKY, &fdb->flags); in fdb_add_entry()
H A Dbr_private.h185 BR_FDB_STICKY, enumerator
/kernel/linux/linux-6.6/net/bridge/
H A Dbr_fdb.c127 if (test_bit(BR_FDB_STICKY, &fdb->flags)) in fdb_fill_info()
627 __set_bit(BR_FDB_STICKY, &flags); in __ndm_flags_to_fdb_flags()
880 !test_bit(BR_FDB_STICKY, &fdb->flags))) { in br_fdb_update()
1092 if (is_sticky != test_bit(BR_FDB_STICKY, &fdb->flags)) { in fdb_add_entry()
1093 change_bit(BR_FDB_STICKY, &fdb->flags); in fdb_add_entry()
H A Dbr_private.h270 BR_FDB_STICKY, enumerator

Completed in 12 milliseconds