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 | 1585 rtmsg_ifinfo(RTM_NEWLINK, dev, 0, GFP_KERNEL, 0, NULL); in netif_state_change() 1709 rtmsg_ifinfo(RTM_NEWLINK, dev, IFF_UP | IFF_RUNNING, GFP_KERNEL, 0, NULL); in netif_open() 1783 rtmsg_ifinfo(RTM_NEWLINK, dev, IFF_UP | IFF_RUNNING, GFP_KERNEL, 0, NULL); in netif_close_many() 9572 rtmsg_ifinfo(RTM_NEWLINK, dev, gchanges, GFP_ATOMIC, portid, nlh); in __dev_notify_flags() 11246 rtmsg_ifinfo(RTM_NEWLINK, dev, ~0U, GFP_KERNEL, 0, NULL); in register_netdevice() 12415 rtmsg_ifinfo(RTM_NEWLINK, dev, ~0U, GFP_KERNEL, 0, NULL); in __dev_change_net_namespace()
|
H A D | rtnetlink.c | 4440 void rtmsg_ifinfo(int type, struct net_device *dev, unsigned int change, in rtmsg_ifinfo() function
|