Searched defs:l2tp_tunnel (Results 1 – 2 of 2) sorted by relevance
147 struct l2tp_tunnel { struct148 int magic; /* Should be L2TP_TUNNEL_MAGIC */150 unsigned long dead;152 struct rcu_head rcu;153 rwlock_t hlist_lock; /* protect session_hlist */154 bool acpt_newsess; /* Indicates whether this158 struct hlist_head session_hlist[L2TP_HASH_SIZE];184 int (*session_create)(struct net *net, struct l2tp_tunnel *tunnel, argument
122 static inline struct l2tp_tunnel *l2tp_tunnel(struct sock *sk) in l2tp_tunnel() function