Searched defs:l2tp_tunnel (Results 1 – 2 of 2) sorted by relevance
159 struct l2tp_tunnel { struct160 int magic; /* Should be L2TP_TUNNEL_MAGIC */162 unsigned long dead;164 struct rcu_head rcu;165 rwlock_t hlist_lock; /* protect session_hlist */166 bool acpt_newsess; /* Indicates whether this170 struct hlist_head session_hlist[L2TP_HASH_SIZE];173 u32 tunnel_id;174 u32 peer_tunnel_id;175 int version; /* 2=>L2TPv2, 3=>L2TPv3 */[all …]
123 static inline struct l2tp_tunnel *l2tp_tunnel(struct sock *sk) in l2tp_tunnel() function