Searched refs:BR_FDB_LOCAL (Results 1 – 4 of 4) sorted by relevance
| /linux/net/bridge/ |
| A 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() 490 if (f && test_bit(BR_FDB_LOCAL, &f->flags) && in br_fdb_change_mac_address() 599 if (test_bit(BR_FDB_LOCAL, &f->flags)) in br_fdb_delete_by_port() 921 set_bit(BR_FDB_LOCAL, &fdb->flags); in fdb_add_entry() 925 clear_bit(BR_FDB_LOCAL, &fdb->flags); in fdb_add_entry() 929 clear_bit(BR_FDB_LOCAL, &fdb->flags); in fdb_add_entry() 1231 flags |= BIT(BR_FDB_LOCAL); in br_fdb_external_learn_add() [all …]
|
| A D | br_input.c | 160 if (test_bit(BR_FDB_LOCAL, &dst->flags)) in br_handle_frame_finish()
|
| A D | br_switchdev.c | 137 item->is_local = test_bit(BR_FDB_LOCAL, &fdb->flags); in br_switchdev_fdb_populate()
|
| A D | br_private.h | 244 BR_FDB_LOCAL, enumerator
|
Completed in 17 milliseconds