Lines Matching defs:changes
46 * changes.
1451 * netdev_features_change - device changes features
1463 * netdev_state_change - device changes state
8415 /* Unicast addresses changes may only happen under the rtnl,
8538 unsigned int changes = dev->flags ^ old_flags;
8543 if (changes & IFF_UP) {
8551 (changes & ~(IFF_UP | IFF_PROMISC | IFF_ALLMULTI | IFF_VOLATILE))) {
8556 .flags_changed = changes,
8576 unsigned int changes, old_flags = dev->flags, old_gflags = dev->gflags;
8582 changes = (old_flags ^ dev->flags) | (old_gflags ^ dev->gflags);
8583 __dev_notify_flags(dev, old_flags, changes);
8654 * so that they have a chance to revert changes.
9769 * have changed to allow the changes to be propagated to stacked