Searched refs:dev_to_kill (Results 1 – 15 of 15) sorted by relevance
/linux/net/bridge/ |
H A D | br.c | 360 struct list_head *dev_to_kill) in br_net_exit_batch_rtnl() argument 369 br_dev_delete(dev, dev_to_kill); in br_net_exit_batch_rtnl()
|
/linux/net/ipv4/ |
H A D | ip_gre.c | 1063 struct list_head *dev_to_kill) in ipgre_exit_batch_rtnl() argument 1066 dev_to_kill); in ipgre_exit_batch_rtnl() 1741 struct list_head *dev_to_kill) in ipgre_tap_exit_batch_rtnl() argument 1744 dev_to_kill); in ipgre_tap_exit_batch_rtnl() 1761 struct list_head *dev_to_kill) in erspan_exit_batch_rtnl() argument 1764 dev_to_kill); in erspan_exit_batch_rtnl()
|
H A D | ipip.c | 605 struct list_head *dev_to_kill) in ipip_exit_batch_rtnl() argument 608 dev_to_kill); in ipip_exit_batch_rtnl()
|
H A D | ip_vti.c | 527 struct list_head *dev_to_kill) in vti_exit_batch_rtnl() argument 530 dev_to_kill); in vti_exit_batch_rtnl()
|
H A D | ip_tunnel.c | 1203 struct list_head *dev_to_kill) in ip_tunnel_delete_nets() argument 1211 ip_tunnel_destroy(net, itn, dev_to_kill, ops); in ip_tunnel_delete_nets()
|
H A D | nexthop.c | 4004 struct list_head *dev_to_kill) in nexthop_net_exit_batch_rtnl() argument
|
/linux/net/xfrm/ |
H A D | xfrm_interface_core.c | 955 struct list_head *dev_to_kill) in xfrmi_exit_batch_rtnl() argument 970 unregister_netdevice_queue(xi->dev, dev_to_kill); in xfrmi_exit_batch_rtnl() 974 unregister_netdevice_queue(xi->dev, dev_to_kill); in xfrmi_exit_batch_rtnl()
|
/linux/net/ipv6/ |
H A D | ip6_vti.c | 1171 struct list_head *dev_to_kill) in vti6_exit_batch_rtnl() argument 1179 vti6_destroy_tunnels(ip6n, dev_to_kill); in vti6_exit_batch_rtnl()
|
H A D | sit.c | 1880 struct list_head *dev_to_kill) in sit_exit_batch_rtnl() argument 1886 sit_destroy_tunnels(net, dev_to_kill); in sit_exit_batch_rtnl()
|
H A D | ip6_tunnel.c | 2286 struct list_head *dev_to_kill) in ip6_tnl_exit_batch_rtnl() argument 2292 ip6_tnl_destroy_tunnels(net, dev_to_kill); in ip6_tnl_exit_batch_rtnl()
|
H A D | ip6_gre.c | 1644 struct list_head *dev_to_kill) in ip6gre_exit_batch_rtnl() argument 1650 ip6gre_destroy_tunnels(net, dev_to_kill); in ip6gre_exit_batch_rtnl()
|
/linux/include/net/ |
H A D | ip_tunnels.h | 382 struct list_head *dev_to_kill);
|
/linux/drivers/net/ |
H A D | geneve.c | 1923 struct list_head *dev_to_kill) in geneve_exit_batch_rtnl() argument 1928 geneve_destroy_tunnels(net, dev_to_kill); in geneve_exit_batch_rtnl()
|
H A D | gtp.c | 2472 struct list_head *dev_to_kill) in gtp_net_exit_batch_rtnl() argument 2481 gtp_dellink(gtp->dev, dev_to_kill); in gtp_net_exit_batch_rtnl()
|
/linux/drivers/net/vxlan/ |
H A D | vxlan_core.c | 4887 struct list_head *dev_to_kill) in vxlan_destroy_tunnels() argument 4892 vxlan_dellink(vxlan->dev, dev_to_kill); in vxlan_destroy_tunnels() 4896 struct list_head *dev_to_kill) in vxlan_exit_batch_rtnl() argument 4906 vxlan_destroy_tunnels(vn, dev_to_kill); in vxlan_exit_batch_rtnl()
|