Home
last modified time | relevance | path

Searched refs:__dev_notify_flags (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/core/
H A Ddev.h98 void __dev_notify_flags(struct net_device *dev, unsigned int old_flags,
H A Ddev.c8451 __dev_notify_flags(dev, old_flags, IFF_PROMISC, 0, NULL); in __dev_set_promiscuity()
8507 __dev_notify_flags(dev, old_flags, in __dev_set_allmulti()
8670 void __dev_notify_flags(struct net_device *dev, unsigned int old_flags, in __dev_notify_flags() function
8719 __dev_notify_flags(dev, old_flags, changes, 0, NULL); in dev_change_flags()
H A Drtnetlink.c3332 __dev_notify_flags(dev, old_flags, (old_flags ^ dev->flags), portid, nlh); in rtnl_configure_link()
3335 __dev_notify_flags(dev, old_flags, ~0U, portid, nlh); in rtnl_configure_link()