Searched refs:__dev_notify_flags (Results 1 – 3 of 3) sorted by relevance
| /kernel/linux/linux-5.10/net/core/ |
| D | dev.c | 8309 __dev_notify_flags(dev, old_flags, IFF_PROMISC); in __dev_set_promiscuity() 8364 __dev_notify_flags(dev, old_flags, in __dev_set_allmulti() 8527 void __dev_notify_flags(struct net_device *dev, unsigned int old_flags, in __dev_notify_flags() function 8575 __dev_notify_flags(dev, old_flags, changes); in dev_change_flags()
|
| D | rtnetlink.c | 3133 __dev_notify_flags(dev, old_flags, (old_flags ^ dev->flags)); in rtnl_configure_link() 3136 __dev_notify_flags(dev, old_flags, ~0U); in rtnl_configure_link()
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | netdevice.h | 3922 void __dev_notify_flags(struct net_device *, unsigned int old_flags,
|