Home
last modified time | relevance | path

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

/linux/net/l2tp/
H A Dl2tp_ppp.c629 bool *new_tunnel) in pppol2tp_tunnel_get()
634 *new_tunnel = false; in pppol2tp_tunnel_get()
669 *new_tunnel = true; in pppol2tp_tunnel_get()
700 bool new_tunnel = false; in pppol2tp_connect()
711 tunnel = pppol2tp_tunnel_get(sock_net(sk), &info, &new_tunnel); in pppol2tp_connect()
828 if (new_tunnel) in pppol2tp_connect()
628 pppol2tp_tunnel_get(struct net * net,const struct l2tp_connect_info * info,bool * new_tunnel) pppol2tp_tunnel_get() argument
699 bool new_tunnel = false; pppol2tp_connect() local