Searched refs:BR_FDB_LOCAL (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.15/net/bridge/ |
| D | br_fdb.c | 254 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 …]
|
| D | br_switchdev.c | 134 .is_local = test_bit(BR_FDB_LOCAL, &fdb->flags), in br_switchdev_fdb_notify()
|
| D | br_input.c | 160 if (test_bit(BR_FDB_LOCAL, &dst->flags)) in br_handle_frame_finish()
|
| D | br_private.h | 242 BR_FDB_LOCAL, enumerator
|