Searched refs:rtmsg_ifinfo (Results 1 – 3 of 3) sorted by relevance
| /linux/include/linux/ |
| H A D | rtnetlink.h | 28 void rtmsg_ifinfo(int type, struct net_device *dev, unsigned int change, gfp_t flags,
|
| /linux/net/core/ |
| H A D | dev.c | 1586 rtmsg_ifinfo(RTM_NEWLINK, dev, 0, GFP_KERNEL, 0, NULL); in netif_state_change() 1710 rtmsg_ifinfo(RTM_NEWLINK, dev, IFF_UP | IFF_RUNNING, GFP_KERNEL, 0, NULL); in netif_open() 1784 rtmsg_ifinfo(RTM_NEWLINK, dev, IFF_UP | IFF_RUNNING, GFP_KERNEL, 0, NULL); in netif_close_many() 9771 rtmsg_ifinfo(RTM_NEWLINK, dev, gchanges, GFP_ATOMIC, portid, nlh); in __dev_notify_flags() 11445 rtmsg_ifinfo(RTM_NEWLINK, dev, ~0U, GFP_KERNEL, 0, NULL); in register_netdevice() 12644 rtmsg_ifinfo(RTM_NEWLINK, dev, ~0U, GFP_KERNEL, 0, NULL); in __dev_change_net_namespace()
|
| H A D | rtnetlink.c | 4455 void rtmsg_ifinfo(int type, struct net_device *dev, unsigned int change, in rtmsg_ifinfo() function
|