Home
last modified time | relevance | path

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

/Linux-v4.19/net/l2tp/
Dl2tp_core.h147 struct l2tp_tunnel { struct
148 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 this
158 struct hlist_head session_hlist[L2TP_HASH_SIZE];
184 int (*session_create)(struct net *net, struct l2tp_tunnel *tunnel, argument
Dl2tp_core.c122 static inline struct l2tp_tunnel *l2tp_tunnel(struct sock *sk) in l2tp_tunnel() function