Home
last modified time | relevance | path

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

/linux/net/core/
H A Ddev.c9573 __dev_notify_flags(dev, old_flags, IFF_PROMISC, 0, NULL); in __dev_set_promiscuity()
9620 __dev_notify_flags(dev, old_flags, in netif_set_allmulti()
9764 void __dev_notify_flags(struct net_device *dev, unsigned int old_flags, in __dev_notify_flags() function
9804 __dev_notify_flags(dev, old_flags, changes, 0, NULL); in netif_change_flags()
H A Drtnetlink.c3606 __dev_notify_flags(dev, old_flags, changed, portid, nlh); in rtnl_configure_link()