Lines Matching refs:l2tp_tunnel
50 struct l2tp_tunnel;
89 struct l2tp_tunnel *tunnel; /* back pointer to tunnel
170 struct l2tp_tunnel { struct
213 static inline void *l2tp_tunnel_priv(struct l2tp_tunnel *tunnel) in l2tp_tunnel_priv() argument
223 static inline struct l2tp_tunnel *l2tp_sock_to_tunnel(struct sock *sk) in l2tp_sock_to_tunnel()
225 struct l2tp_tunnel *tunnel; in l2tp_sock_to_tunnel()
231 tunnel = (struct l2tp_tunnel *)(sk->sk_user_data); in l2tp_sock_to_tunnel()
244 struct l2tp_tunnel *tunnel,
246 struct l2tp_session *l2tp_session_find_nth(struct l2tp_tunnel *tunnel, int nth);
248 struct l2tp_tunnel *l2tp_tunnel_find(struct net *net, u32 tunnel_id);
249 struct l2tp_tunnel *l2tp_tunnel_find_nth(struct net *net, int nth);
253 struct l2tp_tunnel **tunnelp);
254 void l2tp_tunnel_closeall(struct l2tp_tunnel *tunnel);
255 int l2tp_tunnel_delete(struct l2tp_tunnel *tunnel);
257 struct l2tp_tunnel *tunnel,