Home
last modified time | relevance | path

Searched refs:BR_FDB_LOCAL (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/net/bridge/
H A Dbr_fdb.c254 if (f && test_bit(BR_FDB_LOCAL, &f->flags) && in br_fdb_find_delete_local()
270 if (f->dst == p && test_bit(BR_FDB_LOCAL, &f->flags) && in br_fdb_changeaddr()
312 if (f && test_bit(BR_FDB_LOCAL, &f->flags) && in br_fdb_change_mac_address()
328 if (f && test_bit(BR_FDB_LOCAL, &f->flags) && in br_fdb_change_mac_address()
421 if (test_bit(BR_FDB_LOCAL, &f->flags)) in br_fdb_delete_by_port()
490 fe->is_local = test_bit(BR_FDB_LOCAL, &f->flags); in br_fdb_fillbuf()
541 if (test_bit(BR_FDB_LOCAL, &fdb->flags)) in fdb_insert()
549 BIT(BR_FDB_LOCAL) | BIT(BR_FDB_STATIC)); in fdb_insert()
589 if (unlikely(test_bit(BR_FDB_LOCAL, &fdb->flags))) { in br_fdb_update()
638 if (test_bit(BR_FDB_LOCAL, &fdb->flags)) in fdb_to_nud()
[all …]
H A Dbr_switchdev.c126 if (test_bit(BR_FDB_LOCAL, &fdb->flags)) in br_switchdev_fdb_notify()
H A Dbr_input.c165 if (test_bit(BR_FDB_LOCAL, &dst->flags)) in br_handle_frame_finish()
H A Dbr_private.h183 BR_FDB_LOCAL, enumerator