Home
last modified time | relevance | path

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

/linux/net/bridge/
H A Dbr_fdb.c71 return !test_bit(BR_FDB_STATIC, &fdb->flags) && in has_expired()
81 else if (test_bit(BR_FDB_STATIC, &fdb->flags)) in fdb_to_nud()
320 if (test_bit(BR_FDB_STATIC, &f->flags)) in fdb_delete()
451 BIT(BR_FDB_LOCAL) | BIT(BR_FDB_STATIC)); in fdb_add_local()
560 if (test_bit(BR_FDB_STATIC, &f->flags) || in br_fdb_cleanup()
734 __set_bit(BR_FDB_STATIC, &flags); in __ndm_state_to_fdb_flags()
885 if (test_bit(BR_FDB_STATIC, &f->flags) || in br_fdb_delete_by_port()
940 if (!test_bit(BR_FDB_STATIC, &f->flags)) { in br_fdb_fillbuf()
1208 if (!test_and_set_bit(BR_FDB_STATIC, &fdb->flags)) in fdb_add_entry()
1212 if (!test_and_set_bit(BR_FDB_STATIC, &fdb->flags)) in fdb_add_entry()
[all …]
H A Dbr_private.h275 BR_FDB_STATIC, enumerator