Home
last modified time | relevance | path

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

/Linux-v5.15/net/bridge/
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()
495 fe->is_local = test_bit(BR_FDB_LOCAL, &f->flags); in br_fdb_fillbuf()
546 if (test_bit(BR_FDB_LOCAL, &fdb->flags)) in fdb_insert()
554 BIT(BR_FDB_LOCAL) | BIT(BR_FDB_STATIC)); in fdb_insert()
594 if (unlikely(test_bit(BR_FDB_LOCAL, &fdb->flags))) { in br_fdb_update()
644 if (test_bit(BR_FDB_LOCAL, &fdb->flags)) in fdb_to_nud()
[all …]
Dbr_switchdev.c134 .is_local = test_bit(BR_FDB_LOCAL, &fdb->flags), in br_switchdev_fdb_notify()
Dbr_input.c160 if (test_bit(BR_FDB_LOCAL, &dst->flags)) in br_handle_frame_finish()
Dbr_private.h242 BR_FDB_LOCAL, enumerator