Home
last modified time | relevance | path

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

/linux-6.1.9/net/l2tp/
Dl2tp_core.h157 struct l2tp_tunnel { struct
158 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 accepts
167 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 …]