Home
last modified time | relevance | path

Searched refs:dev_to_kill (Results 1 – 15 of 15) sorted by relevance

/linux-6.15/net/bridge/
H A Dbr.c367 struct list_head *dev_to_kill) in br_net_exit_batch_rtnl() argument
376 br_dev_delete(dev, dev_to_kill); in br_net_exit_batch_rtnl()
/linux-6.15/net/ipv4/
H A Dipip.c608 struct list_head *dev_to_kill) in ipip_exit_batch_rtnl() argument
611 dev_to_kill); in ipip_exit_batch_rtnl()
H A Dip_gre.c1070 struct list_head *dev_to_kill) in ipgre_exit_batch_rtnl() argument
1073 dev_to_kill); in ipgre_exit_batch_rtnl()
1756 struct list_head *dev_to_kill) in ipgre_tap_exit_batch_rtnl() argument
1759 dev_to_kill); in ipgre_tap_exit_batch_rtnl()
1776 struct list_head *dev_to_kill) in erspan_exit_batch_rtnl() argument
1779 dev_to_kill); in erspan_exit_batch_rtnl()
H A Dip_vti.c527 struct list_head *dev_to_kill) in vti_exit_batch_rtnl() argument
530 dev_to_kill); in vti_exit_batch_rtnl()
H A Dip_tunnel.c1204 struct list_head *dev_to_kill) in ip_tunnel_delete_nets() argument
1212 ip_tunnel_destroy(net, itn, dev_to_kill, ops); in ip_tunnel_delete_nets()
H A Dnexthop.c4044 struct list_head *dev_to_kill) in nexthop_net_exit_batch_rtnl() argument
/linux-6.15/net/xfrm/
H A Dxfrm_interface_core.c956 struct list_head *dev_to_kill) in xfrmi_exit_batch_rtnl() argument
971 unregister_netdevice_queue(xi->dev, dev_to_kill); in xfrmi_exit_batch_rtnl()
975 unregister_netdevice_queue(xi->dev, dev_to_kill); in xfrmi_exit_batch_rtnl()
/linux-6.15/net/ipv6/
H A Dip6_vti.c1174 struct list_head *dev_to_kill) in vti6_exit_batch_rtnl() argument
1182 vti6_destroy_tunnels(ip6n, dev_to_kill); in vti6_exit_batch_rtnl()
H A Dsit.c1885 struct list_head *dev_to_kill) in sit_exit_batch_rtnl() argument
1891 sit_destroy_tunnels(net, dev_to_kill); in sit_exit_batch_rtnl()
H A Dip6_tunnel.c2291 struct list_head *dev_to_kill) in ip6_tnl_exit_batch_rtnl() argument
2297 ip6_tnl_destroy_tunnels(net, dev_to_kill); in ip6_tnl_exit_batch_rtnl()
H A Dip6_gre.c1644 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-6.15/include/net/
H A Dip_tunnels.h383 struct list_head *dev_to_kill);
/linux-6.15/drivers/net/
H A Dgeneve.c1959 struct list_head *dev_to_kill) in geneve_exit_batch_rtnl() argument
1964 geneve_destroy_tunnels(net, dev_to_kill); in geneve_exit_batch_rtnl()
H A Dgtp.c2479 struct list_head *dev_to_kill) in gtp_net_exit_batch_rtnl() argument
2488 gtp_dellink(gtp->dev, dev_to_kill); in gtp_net_exit_batch_rtnl()
/linux-6.15/drivers/net/vxlan/
H A Dvxlan_core.c4961 struct list_head *dev_to_kill) in vxlan_destroy_tunnels() argument
4966 vxlan_dellink(vxlan->dev, dev_to_kill); in vxlan_destroy_tunnels()
4970 struct list_head *dev_to_kill) in vxlan_exit_batch_rtnl() argument
4980 vxlan_destroy_tunnels(vn, dev_to_kill); in vxlan_exit_batch_rtnl()