Home
last modified time | relevance | path

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

/Linux-v5.4/net/l2tp/
Dl2tp_core.h144 struct l2tp_tunnel { struct
145 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 this
155 struct hlist_head session_hlist[L2TP_HASH_SIZE];
181 int (*session_create)(struct net *net, struct l2tp_tunnel *tunnel, argument
Dl2tp_core.c118 static inline struct l2tp_tunnel *l2tp_tunnel(struct sock *sk) in l2tp_tunnel() function