Searched refs:BR_FDB_OFFLOADED (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/bridge/ |
H A D | br_switchdev.c | 136 test_bit(BR_FDB_OFFLOADED, in br_switchdev_fdb_notify() 145 test_bit(BR_FDB_OFFLOADED, in br_switchdev_fdb_notify()
|
H A D | br_fdb.c | 417 !test_bit(BR_FDB_OFFLOADED, &f->flags)) || in br_fdb_delete_by_port() 670 if (test_bit(BR_FDB_OFFLOADED, &fdb->flags)) in fdb_fill_info() 1294 if (fdb && offloaded != test_bit(BR_FDB_OFFLOADED, &fdb->flags)) in br_fdb_offloaded_set() 1295 change_bit(BR_FDB_OFFLOADED, &fdb->flags); in br_fdb_offloaded_set() 1314 clear_bit(BR_FDB_OFFLOADED, &f->flags); in br_fdb_clear_offload()
|
H A D | br_private.h | 188 BR_FDB_OFFLOADED, enumerator
|
/kernel/linux/linux-6.6/net/bridge/ |
H A D | br_fdb.c | 123 if (test_bit(BR_FDB_OFFLOADED, &fdb->flags)) in fdb_fill_info() 625 __set_bit(BR_FDB_OFFLOADED, &flags); in __ndm_flags_to_fdb_flags() 745 !test_bit(BR_FDB_OFFLOADED, &f->flags)) || in br_fdb_delete_by_port() 1486 if (fdb && offloaded != test_bit(BR_FDB_OFFLOADED, &fdb->flags)) in br_fdb_offloaded_set() 1487 change_bit(BR_FDB_OFFLOADED, &fdb->flags); in br_fdb_offloaded_set() 1506 clear_bit(BR_FDB_OFFLOADED, &f->flags); in br_fdb_clear_offload()
|
H A D | br_switchdev.c | 135 item->offloaded = test_bit(BR_FDB_OFFLOADED, &fdb->flags); in br_switchdev_fdb_populate()
|
H A D | br_private.h | 273 BR_FDB_OFFLOADED, enumerator
|
Completed in 13 milliseconds