Home
last modified time | relevance | path

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

/linux/net/bridge/
H A Dbr.c360 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 Dip_gre.c1063 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 Dipip.c605 struct list_head *dev_to_kill) in ipip_exit_batch_rtnl() argument
608 dev_to_kill); in ipip_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.c1203 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 Dnexthop.c4004 struct list_head *dev_to_kill) in nexthop_net_exit_batch_rtnl() argument
/linux/net/xfrm/
H A Dxfrm_interface_core.c955 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 Dip6_vti.c1171 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 Dsit.c1880 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 Dip6_tunnel.c2286 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 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/include/net/
H A Dip_tunnels.h382 struct list_head *dev_to_kill);
/linux/drivers/net/
H A Dgeneve.c1923 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 Dgtp.c2472 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 Dvxlan_core.c4887 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()