Home
last modified time | relevance | path

Searched refs:rtmsg_ifinfo (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Drtnetlink.h21 void rtmsg_ifinfo(int type, struct net_device *dev, unsigned change, gfp_t flags);
/kernel/linux/linux-6.6/include/linux/
H A Drtnetlink.h21 void rtmsg_ifinfo(int type, struct net_device *dev, unsigned int change, gfp_t flags,
/kernel/linux/linux-5.10/net/core/
H A Ddev.c1479 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()
8541 rtmsg_ifinfo(RTM_NEWLINK, dev, gchanges, GFP_ATOMIC); in __dev_notify_flags()
10074 rtmsg_ifinfo(RTM_NEWLINK, dev, ~0U, GFP_KERNEL); in register_netdevice()
10919 rtmsg_ifinfo(RTM_NEWLINK, dev, ~0U, GFP_KERNEL); in dev_change_net_namespace()
H A Drtnetlink.c3883 void rtmsg_ifinfo(int type, struct net_device *dev, unsigned int change, in rtmsg_ifinfo() function
/kernel/linux/linux-6.6/net/core/
H A Ddev.c1379 rtmsg_ifinfo(RTM_NEWLINK, dev, 0, GFP_KERNEL, 0, NULL); in netdev_state_change()
1515 rtmsg_ifinfo(RTM_NEWLINK, dev, IFF_UP | IFF_RUNNING, GFP_KERNEL, 0, NULL); in dev_open()
1587 rtmsg_ifinfo(RTM_NEWLINK, dev, IFF_UP | IFF_RUNNING, GFP_KERNEL, 0, NULL); in dev_close_many()
8667 rtmsg_ifinfo(RTM_NEWLINK, dev, gchanges, GFP_ATOMIC, portid, nlh); in __dev_notify_flags()
10270 rtmsg_ifinfo(RTM_NEWLINK, dev, ~0U, GFP_KERNEL, 0, NULL); in register_netdevice()
11254 rtmsg_ifinfo(RTM_NEWLINK, dev, ~0U, GFP_KERNEL, 0, NULL); in __dev_change_net_namespace()
H A Drtnetlink.c4080 void rtmsg_ifinfo(int type, struct net_device *dev, unsigned int change, in rtmsg_ifinfo() function

Completed in 71 milliseconds