Lines Matching refs:unsync
4576 int (*unsync)(struct net_device *,
4582 int (*unsync)(struct net_device *,
4586 int (*unsync)(struct net_device *,
4590 int (*unsync)(struct net_device *,
4628 * @unsync: function to call if address should be removed
4636 int (*unsync)(struct net_device *,
4639 return __hw_addr_sync_dev(&dev->uc, dev, sync, unsync);
4645 * @unsync: function to call if address should be removed
4650 int (*unsync)(struct net_device *,
4653 __hw_addr_unsync_dev(&dev->uc, dev, unsync);
4672 * @unsync: function to call if address should be removed
4680 int (*unsync)(struct net_device *,
4683 return __hw_addr_sync_dev(&dev->mc, dev, sync, unsync);
4689 * @unsync: function to call if address should be removed
4694 int (*unsync)(struct net_device *,
4697 __hw_addr_unsync_dev(&dev->mc, dev, unsync);