Searched refs:rtmsg_ifinfo (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/include/linux/ |
| D | rtnetlink.h | 21 void rtmsg_ifinfo(int type, struct net_device *dev, unsigned change, gfp_t flags);
|
| /Linux-v5.4/net/core/ |
| D | dev.c | 1273 rtmsg_ifinfo(RTM_NEWLINK, dev, 0, GFP_KERNEL); in netdev_state_change() 1364 rtmsg_ifinfo(RTM_NEWLINK, dev, IFF_UP|IFF_RUNNING, GFP_KERNEL); in dev_open() 1436 rtmsg_ifinfo(RTM_NEWLINK, dev, IFF_UP|IFF_RUNNING, GFP_KERNEL); in dev_close_many() 7916 rtmsg_ifinfo(RTM_NEWLINK, dev, gchanges, GFP_ATOMIC); in __dev_notify_flags() 9129 rtmsg_ifinfo(RTM_NEWLINK, dev, ~0U, GFP_KERNEL); in register_netdevice() 9816 rtmsg_ifinfo(RTM_NEWLINK, dev, ~0U, GFP_KERNEL); in dev_change_net_namespace()
|
| D | rtnetlink.c | 3532 void rtmsg_ifinfo(int type, struct net_device *dev, unsigned int change, in rtmsg_ifinfo() function
|