Home
last modified time | relevance | path

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

/Linux-v5.10/net/l2tp/
Dl2tp_core.h156 struct l2tp_tunnel { struct
157 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 accepts
166 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 …]