Searched refs:BR_FDB_LOCAL (Results 1 – 5 of 5) sorted by relevance
| /linux/net/bridge/ |
| H A D | br_fdb.c | 79 if (test_bit(BR_FDB_LOCAL, &fdb->flags)) in fdb_to_nud() 376 if (f && test_bit(BR_FDB_LOCAL, &f->flags) && in br_fdb_find_delete_local() 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() 469 if (f->dst == p && test_bit(BR_FDB_LOCAL, &f->flags) && in br_fdb_changeaddr() 514 if (f && test_bit(BR_FDB_LOCAL, &f->flags) && in br_fdb_change_mac_address() 530 if (f && test_bit(BR_FDB_LOCAL, &f->flags) && in br_fdb_change_mac_address() 728 __set_bit(BR_FDB_LOCAL, &flags); in __ndm_state_to_fdb_flags() 887 if (test_bit(BR_FDB_LOCAL, &f->flags)) in br_fdb_delete_by_port() [all …]
|
| H A D | br_input.c | 127 test_bit(BR_FDB_LOCAL, &fdb_src->flags)) { in br_handle_frame_finish() 209 (!test_bit(BR_FDB_LOCAL, &dst->flags) || in br_handle_frame_finish() 221 if (test_bit(BR_FDB_LOCAL, &dst->flags)) in br_handle_frame_finish()
|
| H A D | br_switchdev.c | 139 item->is_local = test_bit(BR_FDB_LOCAL, &fdb->flags); in br_switchdev_fdb_populate()
|
| H A D | br_private.h | 273 BR_FDB_LOCAL, enumerator
|
| /linux/Documentation/networking/dsa/ |
| H A D | dsa.rst | 841 - Local/permanent bridge FDB entries (``BR_FDB_LOCAL``). These are the MAC
|