Home
last modified time | relevance | path

Searched refs:BR_FDB_LOCAL (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/net/bridge/
H A Dbr_fdb.c254 if (f && test_bit(BR_FDB_LOCAL, &f->flags) && in br_fdb_find_delete_local()
270 if (f->dst == p && test_bit(BR_FDB_LOCAL, &f->flags) && in br_fdb_changeaddr()
312 if (f && test_bit(BR_FDB_LOCAL, &f->flags) && in br_fdb_change_mac_address()
328 if (f && test_bit(BR_FDB_LOCAL, &f->flags) && in br_fdb_change_mac_address()
421 if (test_bit(BR_FDB_LOCAL, &f->flags)) in br_fdb_delete_by_port()
490 fe->is_local = test_bit(BR_FDB_LOCAL, &f->flags); in br_fdb_fillbuf()
541 if (test_bit(BR_FDB_LOCAL, &fdb->flags)) in fdb_insert()
549 BIT(BR_FDB_LOCAL) | BIT(BR_FDB_STATIC)); in fdb_insert()
589 if (unlikely(test_bit(BR_FDB_LOCAL, &fdb->flags))) { in br_fdb_update()
638 if (test_bit(BR_FDB_LOCAL, in fdb_to_nud()
[all...]
H A Dbr_switchdev.c126 if (test_bit(BR_FDB_LOCAL, &fdb->flags)) in br_switchdev_fdb_notify()
H A Dbr_input.c165 if (test_bit(BR_FDB_LOCAL, &dst->flags)) in br_handle_frame_finish()
H A Dbr_private.h183 BR_FDB_LOCAL, enumerator
/kernel/linux/linux-6.6/net/bridge/
H A Dbr_fdb.c89 if (test_bit(BR_FDB_LOCAL, &fdb->flags)) in fdb_to_nud()
379 if (f && test_bit(BR_FDB_LOCAL, &f->flags) && in br_fdb_find_delete_local()
428 if (test_bit(BR_FDB_LOCAL, &fdb->flags)) in fdb_add_local()
436 BIT(BR_FDB_LOCAL) | BIT(BR_FDB_STATIC)); in fdb_add_local()
455 if (f->dst == p && test_bit(BR_FDB_LOCAL, &f->flags) && in br_fdb_changeaddr()
497 if (f && test_bit(BR_FDB_LOCAL, &f->flags) && in br_fdb_change_mac_address()
513 if (f && test_bit(BR_FDB_LOCAL, &f->flags) && in br_fdb_change_mac_address()
609 __set_bit(BR_FDB_LOCAL, &flags); in __ndm_state_to_fdb_flags()
749 if (test_bit(BR_FDB_LOCAL, &f->flags)) in br_fdb_delete_by_port()
823 fe->is_local = test_bit(BR_FDB_LOCAL, in br_fdb_fillbuf()
[all...]
H A Dbr_input.c121 test_bit(BR_FDB_LOCAL, &fdb_src->flags)) { in br_handle_frame_finish()
202 if (test_bit(BR_FDB_LOCAL, &dst->flags)) in br_handle_frame_finish()
H A Dbr_switchdev.c136 item->is_local = test_bit(BR_FDB_LOCAL, &fdb->flags); in br_switchdev_fdb_populate()
H A Dbr_private.h268 BR_FDB_LOCAL, enumerator

Completed in 14 milliseconds