Searched defs:l2tp_tunnel (Results 1 – 1 of 1) sorted by relevance
157 struct l2tp_tunnel { struct158 int magic; /* Should be L2TP_TUNNEL_MAGIC */160 unsigned long dead;162 struct rcu_head rcu;163 spinlock_t hlist_lock; /* write-protection for session_hlist */164 bool acpt_newsess; /* indicates whether this tunnel accepts167 struct hlist_head session_hlist[L2TP_HASH_SIZE];169 u32 tunnel_id;170 u32 peer_tunnel_id;171 int version; /* 2=>L2TPv2, 3=>L2TPv3 */[all …]