Lines Matching defs:l2tp_tunnel
159 struct l2tp_tunnel { struct
160 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 this
170 struct hlist_head session_hlist[L2TP_HASH_SIZE];
173 u32 tunnel_id;
174 u32 peer_tunnel_id;
175 int version; /* 2=>L2TPv2, 3=>L2TPv3 */
177 char name[20]; /* for logging */
201 int (*session_create)(struct net *net, struct l2tp_tunnel *tunnel, argument