Searched refs:rtmsg_ifinfo (Results 1 – 4 of 4) sorted by relevance
| /kernel/linux/linux-5.10/include/linux/ |
| D | rtnetlink.h | 21 void rtmsg_ifinfo(int type, struct net_device *dev, unsigned change, gfp_t flags);
|
| /kernel/linux/linux-5.10/net/core/ |
| D | dev.c | 1479 rtmsg_ifinfo(RTM_NEWLINK, dev, 0, GFP_KERNEL); in netdev_state_change() 1575 rtmsg_ifinfo(RTM_NEWLINK, dev, IFF_UP|IFF_RUNNING, GFP_KERNEL); in dev_open() 1647 rtmsg_ifinfo(RTM_NEWLINK, dev, IFF_UP|IFF_RUNNING, GFP_KERNEL); in dev_close_many() 8526 rtmsg_ifinfo(RTM_NEWLINK, dev, gchanges, GFP_ATOMIC); in __dev_notify_flags() 10059 rtmsg_ifinfo(RTM_NEWLINK, dev, ~0U, GFP_KERNEL); in register_netdevice() 10906 rtmsg_ifinfo(RTM_NEWLINK, dev, ~0U, GFP_KERNEL); in dev_change_net_namespace()
|
| D | rtnetlink.c | 3850 void rtmsg_ifinfo(int type, struct net_device *dev, unsigned int change, in rtmsg_ifinfo() function
|
| /kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
| D | 0036_linux_drivers_staging.patch | 3461 + rtmsg_ifinfo(RTM_NEWLINK, port_netdev,
|