Home
last modified time | relevance | path

Searched refs:list_net (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/net/ipv4/
H A Dipip.c595 static void __net_exit ipip_exit_batch_net(struct list_head *list_net) in ipip_exit_batch_net() argument
597 ip_tunnel_delete_nets(list_net, ipip_net_id, &ipip_link_ops); in ipip_exit_batch_net()
H A Dip_vti.c513 static void __net_exit vti_exit_batch_net(struct list_head *list_net) in vti_exit_batch_net() argument
515 ip_tunnel_delete_nets(list_net, vti_net_id, &vti_link_ops); in vti_exit_batch_net()
H A Dip_gre.c1028 static void __net_exit ipgre_exit_batch_net(struct list_head *list_net) in ipgre_exit_batch_net() argument
1030 ip_tunnel_delete_nets(list_net, ipgre_net_id, &ipgre_link_ops); in ipgre_exit_batch_net()
1700 static void __net_exit ipgre_tap_exit_batch_net(struct list_head *list_net) in ipgre_tap_exit_batch_net() argument
1702 ip_tunnel_delete_nets(list_net, gre_tap_net_id, &ipgre_tap_ops); in ipgre_tap_exit_batch_net()
/kernel/linux/linux-5.10/net/ipv4/
H A Dip_vti.c512 static void __net_exit vti_exit_batch_net(struct list_head *list_net) in vti_exit_batch_net() argument
514 ip_tunnel_delete_nets(list_net, vti_net_id, &vti_link_ops); in vti_exit_batch_net()
H A Dipip.c648 static void __net_exit ipip_exit_batch_net(struct list_head *list_net) in ipip_exit_batch_net() argument
650 ip_tunnel_delete_nets(list_net, ipip_net_id, &ipip_link_ops); in ipip_exit_batch_net()
H A Dip_gre.c1027 static void __net_exit ipgre_exit_batch_net(struct list_head *list_net) in ipgre_exit_batch_net() argument
1029 ip_tunnel_delete_nets(list_net, ipgre_net_id, &ipgre_link_ops); in ipgre_exit_batch_net()
1699 static void __net_exit ipgre_tap_exit_batch_net(struct list_head *list_net) in ipgre_tap_exit_batch_net() argument
1701 ip_tunnel_delete_nets(list_net, gre_tap_net_id, &ipgre_tap_ops); in ipgre_tap_exit_batch_net()
/kernel/linux/linux-5.10/include/net/
H A Dip_tunnels.h265 void ip_tunnel_delete_nets(struct list_head *list_net, unsigned int id,
/kernel/linux/linux-6.6/include/net/
H A Dip_tunnels.h286 void ip_tunnel_delete_nets(struct list_head *list_net, unsigned int id,

Completed in 10 milliseconds