Home
last modified time | relevance | path

Searched refs:BR_FDB_LOCAL (Results 1 – 4 of 4) sorted by relevance

/linux/net/bridge/
A Dbr_fdb.c89 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 Dbr_input.c160 if (test_bit(BR_FDB_LOCAL, &dst->flags)) in br_handle_frame_finish()
A Dbr_switchdev.c137 item->is_local = test_bit(BR_FDB_LOCAL, &fdb->flags); in br_switchdev_fdb_populate()
A Dbr_private.h244 BR_FDB_LOCAL, enumerator

Completed in 17 milliseconds