Searched refs:BR_FDB_LOCAL (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/net/bridge/ |
| H A D | br_fdb.c | 79 if (test_bit(BR_FDB_LOCAL, &fdb->flags)) in fdb_to_nud() 389 !test_bit(BR_FDB_LOCAL, &flags); in fdb_create() 439 if (test_bit(BR_FDB_LOCAL, &fdb->flags)) in fdb_add_local() 447 BIT(BR_FDB_LOCAL) | BIT(BR_FDB_STATIC)); in fdb_add_local() 620 __set_bit(BR_FDB_LOCAL, &flags); in __ndm_state_to_fdb_flags() 779 if (test_bit(BR_FDB_LOCAL, &f->flags)) in br_fdb_delete_by_port() 1116 set_bit(BR_FDB_LOCAL, &fdb->flags); in fdb_add_entry() 1120 clear_bit(BR_FDB_LOCAL, &fdb->flags); in fdb_add_entry() 1124 clear_bit(BR_FDB_LOCAL, &fdb->flags); in fdb_add_entry() 1438 flags |= BIT(BR_FDB_LOCAL); in br_fdb_external_learn_add() [all …]
|
| H A D | br_input.c | 127 test_bit(BR_FDB_LOCAL, &fdb_src->flags)) { in br_handle_frame_finish() 212 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 | 270 BR_FDB_LOCAL, enumerator
|
| /linux-6.15/Documentation/networking/dsa/ |
| H A D | dsa.rst | 841 - Local/permanent bridge FDB entries (``BR_FDB_LOCAL``). These are the MAC
|