Searched defs:l2tp_tunnel (Results 1 – 2 of 2) sorted by relevance
144 struct l2tp_tunnel { struct145 int magic; /* Should be L2TP_TUNNEL_MAGIC */147 unsigned long dead;149 struct rcu_head rcu;150 rwlock_t hlist_lock; /* protect session_hlist */151 bool acpt_newsess; /* Indicates whether this155 struct hlist_head session_hlist[L2TP_HASH_SIZE];181 int (*session_create)(struct net *net, struct l2tp_tunnel *tunnel, argument
118 static inline struct l2tp_tunnel *l2tp_tunnel(struct sock *sk) in l2tp_tunnel() function