Home
last modified time | relevance | path

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

/net/bridge/
Dbr_fdb.c78 return !test_bit(BR_FDB_STATIC, &fdb->flags) && in has_expired()
201 if (test_bit(BR_FDB_STATIC, &f->flags)) in fdb_delete()
354 if (test_bit(BR_FDB_STATIC, &f->flags) || in br_fdb_cleanup()
391 if (!test_bit(BR_FDB_STATIC, &f->flags)) in br_fdb_flush()
415 if (test_bit(BR_FDB_STATIC, &f->flags) || in br_fdb_delete_by_port()
496 if (!test_bit(BR_FDB_STATIC, &f->flags)) in br_fdb_fillbuf()
554 BIT(BR_FDB_LOCAL) | BIT(BR_FDB_STATIC)); in fdb_insert()
646 else if (test_bit(BR_FDB_STATIC, &fdb->flags)) in fdb_to_nud()
977 if (!test_and_set_bit(BR_FDB_STATIC, &fdb->flags)) in fdb_add_entry()
981 if (!test_and_set_bit(BR_FDB_STATIC, &fdb->flags)) in fdb_add_entry()
[all …]
Dbr_private.h245 BR_FDB_STATIC, enumerator