Home
last modified time | relevance | path

Searched defs:l2tp_tunnel (Results 1 – 1 of 1) sorted by relevance

/linux/net/l2tp/
H A Dl2tp_core.h158 struct l2tp_tunnel { struct
159 unsigned long dead;
161 struct rcu_head rcu;
162 spinlock_t list_lock; /* write-protection for session_list */
163 bool acpt_newsess; /* indicates whether this tunnel accepts
166 struct list_head session_list; /* list of sessions */
167 u32 tunnel_id;
168 u32 peer_tunnel_id;
169 int version; /* 2=>L2TPv2, 3=>L2TPv3 */
194 int (*session_create)(struct net *net, struct l2tp_tunnel *tunnel, argument