Home
last modified time | relevance | path

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

/linux-4.4.14/net/l2tp/
Dl2tp_core.c110 struct list_head l2tp_tunnel_list; member
336 list_for_each_entry_rcu(tunnel, &pn->l2tp_tunnel_list, list) { in l2tp_tunnel_find()
355 list_for_each_entry_rcu(tunnel, &pn->l2tp_tunnel_list, list) { in l2tp_tunnel_find_nth()
1619 list_add_rcu(&tunnel->list, &pn->l2tp_tunnel_list); in l2tp_tunnel_create()
1837 INIT_LIST_HEAD(&pn->l2tp_tunnel_list); in l2tp_init_net()
1854 list_for_each_entry_rcu(tunnel, &pn->l2tp_tunnel_list, list) { in l2tp_exit_net()