Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/bridge/
H A 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()
491 if (!test_bit(BR_FDB_STATIC, &f->flags)) in br_fdb_fillbuf()
549 BIT(BR_FDB_LOCAL) | BIT(BR_FDB_STATIC)); in fdb_insert()
640 else if (test_bit(BR_FDB_STATIC, &fdb->flags)) in fdb_to_nud()
916 if (!test_and_set_bit(BR_FDB_STATIC, &fdb->flags)) in fdb_add_entry()
920 if (!test_and_set_bit(BR_FDB_STATIC, &fdb->flags)) in fdb_add_entry()
[all …]
H A Dbr_private.h184 BR_FDB_STATIC, enumerator