Searched refs:BR_FDB_LOCAL (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/net/bridge/ |
H A D | br_fdb.c | 89 if (test_bit(BR_FDB_LOCAL, &fdb->flags)) in fdb_to_nud() 379 if (f && test_bit(BR_FDB_LOCAL, &f->flags) && in br_fdb_find_delete_local() 428 if (test_bit(BR_FDB_LOCAL, &fdb->flags)) in fdb_add_local() 436 BIT(BR_FDB_LOCAL) | BIT(BR_FDB_STATIC)); in fdb_add_local() 455 if (f->dst == p && test_bit(BR_FDB_LOCAL, &f->flags) && in br_fdb_changeaddr() 497 if (f && test_bit(BR_FDB_LOCAL, &f->flags) && in br_fdb_change_mac_address() 513 if (f && test_bit(BR_FDB_LOCAL, &f->flags) && in br_fdb_change_mac_address() 609 __set_bit(BR_FDB_LOCAL, &flags); in __ndm_state_to_fdb_flags() 749 if (test_bit(BR_FDB_LOCAL, &f->flags)) in br_fdb_delete_by_port() 823 fe->is_local = test_bit(BR_FDB_LOCAL, &f->flags); in br_fdb_fillbuf() [all …]
|
H A D | br_input.c | 124 test_bit(BR_FDB_LOCAL, &fdb_src->flags)) { in br_handle_frame_finish() 207 if (test_bit(BR_FDB_LOCAL, &dst->flags)) in br_handle_frame_finish()
|
H A D | br_switchdev.c | 136 item->is_local = test_bit(BR_FDB_LOCAL, &fdb->flags); in br_switchdev_fdb_populate()
|
H A D | br_private.h | 268 BR_FDB_LOCAL, enumerator
|
/openbmc/linux/Documentation/networking/dsa/ |
H A D | dsa.rst | 837 - Local/permanent bridge FDB entries (``BR_FDB_LOCAL``). These are the MAC
|