Searched refs:BR_FDB_LOCAL (Results 1 – 3 of 3) 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() 380 if (f && test_bit(BR_FDB_LOCAL, &f->flags) && in br_fdb_find_delete_local() 393 !test_bit(BR_FDB_LOCAL, &flags); in fdb_create() 443 if (test_bit(BR_FDB_LOCAL, &fdb->flags)) in fdb_add_local() 451 BIT(BR_FDB_LOCAL) | BIT(BR_FDB_STATIC)); in fdb_add_local() 473 if (f->dst == p && test_bit(BR_FDB_LOCAL, &f->flags) && in br_fdb_changeaddr() 518 if (f && test_bit(BR_FDB_LOCAL, &f->flags) && in br_fdb_change_mac_address() 534 if (f && test_bit(BR_FDB_LOCAL, &f->flags) && in br_fdb_change_mac_address() 732 __set_bit(BR_FDB_LOCAL, &flags); in __ndm_state_to_fdb_flags() 891 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_private.h | 274 BR_FDB_LOCAL, enumerator
|