Searched refs:__dev_notify_flags (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/net/core/ |
D | dev.h | 95 void __dev_notify_flags(struct net_device *dev, unsigned int old_flags,
|
D | dev.c | 8435 __dev_notify_flags(dev, old_flags, IFF_PROMISC, 0, NULL); in __dev_set_promiscuity() 8491 __dev_notify_flags(dev, old_flags, in __dev_set_allmulti() 8654 void __dev_notify_flags(struct net_device *dev, unsigned int old_flags, in __dev_notify_flags() function 8703 __dev_notify_flags(dev, old_flags, changes, 0, NULL); in dev_change_flags()
|
D | rtnetlink.c | 3303 __dev_notify_flags(dev, old_flags, (old_flags ^ dev->flags), portid, nlh); in rtnl_configure_link() 3306 __dev_notify_flags(dev, old_flags, ~0U, portid, nlh); in rtnl_configure_link()
|