Searched defs:l2tp_tunnel (Results 1 – 1 of 1) sorted by relevance
158 struct l2tp_tunnel { struct159 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 accepts166 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