Searched refs:BR_FDB_LOCAL (Results 1 – 5 of 5) sorted by relevance
| /Linux-v6.1/net/bridge/ |
| D | br_fdb.c | 89 if (test_bit(BR_FDB_LOCAL, &fdb->flags)) in fdb_to_nud() 372 if (f && test_bit(BR_FDB_LOCAL, &f->flags) && in br_fdb_find_delete_local() 421 if (test_bit(BR_FDB_LOCAL, &fdb->flags)) in fdb_add_local() 429 BIT(BR_FDB_LOCAL) | BIT(BR_FDB_STATIC)); in fdb_add_local() 448 if (f->dst == p && test_bit(BR_FDB_LOCAL, &f->flags) && in br_fdb_changeaddr() 490 if (f && test_bit(BR_FDB_LOCAL, &f->flags) && in br_fdb_change_mac_address() 506 if (f && test_bit(BR_FDB_LOCAL, &f->flags) && in br_fdb_change_mac_address() 602 __set_bit(BR_FDB_LOCAL, &flags); in __ndm_state_to_fdb_flags() 742 if (test_bit(BR_FDB_LOCAL, &f->flags)) in br_fdb_delete_by_port() 816 fe->is_local = test_bit(BR_FDB_LOCAL, &f->flags); in br_fdb_fillbuf() [all …]
|
| D | br_input.c | 113 test_bit(BR_FDB_LOCAL, &fdb_src->flags)) in br_handle_frame_finish() 185 if (test_bit(BR_FDB_LOCAL, &dst->flags)) in br_handle_frame_finish()
|
| D | br_switchdev.c | 138 item->is_local = test_bit(BR_FDB_LOCAL, &fdb->flags); in br_switchdev_fdb_populate()
|
| D | br_private.h | 247 BR_FDB_LOCAL, enumerator
|
| /Linux-v6.1/Documentation/networking/dsa/ |
| D | dsa.rst | 837 - Local/permanent bridge FDB entries (``BR_FDB_LOCAL``). These are the MAC
|