Searched refs:for_each_netdev_safe (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/ |
H A D | .clang-format | 295 - 'for_each_netdev_safe'
|
/openbmc/linux/net/ipv4/ |
H A D | ip_tunnel.c | 1141 for_each_netdev_safe(net, dev, aux) in ip_tunnel_destroy()
|
/openbmc/linux/net/ipv6/ |
H A D | sit.c | 1810 for_each_netdev_safe(net, dev, aux) in sit_destroy_tunnels()
|
H A D | ip6_tunnel.c | 2218 for_each_netdev_safe(net, dev, aux) in ip6_tnl_destroy_tunnels()
|
H A D | ip6_gre.c | 1574 for_each_netdev_safe(net, dev, aux) in ip6gre_destroy_tunnels()
|
/openbmc/linux/drivers/net/ |
H A D | geneve.c | 1967 for_each_netdev_safe(net, dev, aux) in geneve_destroy_tunnels()
|
/openbmc/linux/net/core/ |
H A D | rtnetlink.c | 3233 for_each_netdev_safe(net, dev, aux) { in rtnl_group_dellink() 3446 for_each_netdev_safe(net, dev, aux) { in rtnl_group_changelink()
|
H A D | dev.c | 11515 for_each_netdev_safe(net, dev, aux) { in default_device_exit_net()
|
/openbmc/linux/drivers/net/ppp/ |
H A D | ppp_generic.c | 1145 for_each_netdev_safe(net, dev, aux) { in ppp_exit_net()
|
/openbmc/linux/include/linux/ |
H A D | netdevice.h | 3018 #define for_each_netdev_safe(net, d, n) \ macro
|
/openbmc/linux/drivers/net/vxlan/ |
H A D | vxlan_core.c | 4753 for_each_netdev_safe(net, dev, aux) in vxlan_destroy_tunnels()
|