Searched refs:BR_FDB_STATIC (Results 1 - 5 of 5) sorted by relevance

/linux-master/net/bridge/
H A Dbr_fdb.c71 return !test_bit(BR_FDB_STATIC, &fdb->flags) &&
88 else if (test_bit(BR_FDB_STATIC, &fdb->flags))
323 if (test_bit(BR_FDB_STATIC, &f->flags))
454 BIT(BR_FDB_LOCAL) | BIT(BR_FDB_STATIC));
557 if (test_bit(BR_FDB_STATIC, &f->flags) ||
629 __set_bit(BR_FDB_STATIC, &flags);
780 if (test_bit(BR_FDB_STATIC, &f->flags) ||
861 if (!test_bit(BR_FDB_STATIC, &f->flags))
1123 if (!test_and_set_bit(BR_FDB_STATIC, &fdb->flags))
1127 if (!test_and_set_bit(BR_FDB_STATIC,
[all...]
H A Dbr_sysfs_br.c348 .flags_mask = BIT(BR_FDB_STATIC)
H A Dbr_switchdev.c158 !test_bit(BR_FDB_STATIC, &fdb->flags) &&
H A Dbr_private.h271 BR_FDB_STATIC, enumerator in enum:__anon86
H A Dbr_netlink.c1394 .flags_mask = BIT(BR_FDB_STATIC)

Completed in 154 milliseconds