Searched defs:l2tp_tunnel (Results 1 – 1 of 1) sorted by relevance
156 struct l2tp_tunnel { struct157 int magic; /* Should be L2TP_TUNNEL_MAGIC */159 unsigned long dead;161 struct rcu_head rcu;162 rwlock_t hlist_lock; /* protect session_hlist */163 bool acpt_newsess; /* indicates whether this tunnel accepts166 struct hlist_head session_hlist[L2TP_HASH_SIZE];168 u32 tunnel_id;169 u32 peer_tunnel_id;170 int version; /* 2=>L2TPv2, 3=>L2TPv3 */[all …]