Symbol: l2tp_tunnel
net/l2tp/l2tp_core.c
1018
struct l2tp_tunnel *tunnel = NULL;
net/l2tp/l2tp_core.c
1142
struct l2tp_tunnel *tunnel = session->tunnel;
net/l2tp/l2tp_core.c
1169
struct l2tp_tunnel *tunnel = session->tunnel;
net/l2tp/l2tp_core.c
1208
static int l2tp_xmit_queue(struct l2tp_tunnel *tunnel, struct sk_buff *skb, struct flowi *fl)
net/l2tp/l2tp_core.c
1226
struct l2tp_tunnel *tunnel = session->tunnel;
net/l2tp/l2tp_core.c
1348
struct l2tp_tunnel *tunnel = session->tunnel;
net/l2tp/l2tp_core.c
1382
static void l2tp_tunnel_closeall(struct l2tp_tunnel *tunnel)
net/l2tp/l2tp_core.c
1396
struct l2tp_tunnel *tunnel;
net/l2tp/l2tp_core.c
1405
static void l2tp_tunnel_remove(struct net *net, struct l2tp_tunnel *tunnel)
net/l2tp/l2tp_core.c
1417
struct l2tp_tunnel *tunnel = container_of(work, struct l2tp_tunnel,
net/l2tp/l2tp_core.c
143
static void l2tp_tunnel_free(struct l2tp_tunnel *tunnel)
net/l2tp/l2tp_core.c
1566
struct l2tp_tunnel_cfg *cfg, struct l2tp_tunnel **tunnelp)
net/l2tp/l2tp_core.c
1568
struct l2tp_tunnel *tunnel = NULL;
net/l2tp/l2tp_core.c
1610
struct l2tp_tunnel *tunnel;
net/l2tp/l2tp_core.c
1637
int l2tp_tunnel_register(struct l2tp_tunnel *tunnel, struct net *net,
net/l2tp/l2tp_core.c
1718
void l2tp_tunnel_delete(struct l2tp_tunnel *tunnel)
net/l2tp/l2tp_core.c
177
struct l2tp_tunnel *l2tp_sk_to_tunnel(const struct sock *sk)
net/l2tp/l2tp_core.c
1775
struct l2tp_session *l2tp_session_create(int priv_size, struct l2tp_tunnel *tunnel, u32 session_id,
net/l2tp/l2tp_core.c
181
struct l2tp_tunnel *tunnel;
net/l2tp/l2tp_core.c
1853
struct l2tp_tunnel *tunnel = NULL;
net/l2tp/l2tp_core.c
200
void l2tp_tunnel_put(struct l2tp_tunnel *tunnel)
net/l2tp/l2tp_core.c
215
struct l2tp_tunnel *l2tp_tunnel_get(const struct net *net, u32 tunnel_id)
net/l2tp/l2tp_core.c
218
struct l2tp_tunnel *tunnel;
net/l2tp/l2tp_core.c
232
struct l2tp_tunnel *l2tp_tunnel_get_next(const struct net *net, unsigned long *key)
net/l2tp/l2tp_core.c
235
struct l2tp_tunnel *tunnel = NULL;
net/l2tp/l2tp_core.c
281
struct l2tp_tunnel *tunnel = READ_ONCE(session->tunnel);
net/l2tp/l2tp_core.c
340
struct l2tp_tunnel *tunnel = READ_ONCE(session->tunnel);
net/l2tp/l2tp_core.c
374
struct l2tp_tunnel *tunnel = READ_ONCE(session->tunnel);
net/l2tp/l2tp_core.c
397
struct l2tp_tunnel *tunnel = READ_ONCE(session->tunnel);
net/l2tp/l2tp_core.c
438
struct l2tp_tunnel *tunnel;
net/l2tp/l2tp_core.c
553
struct l2tp_tunnel *tunnel)
net/l2tp/l2tp_core.c
657
struct l2tp_tunnel *tunnel = session->tunnel;
net/l2tp/l2tp_core.c
868
struct l2tp_tunnel *tunnel = session->tunnel;
net/l2tp/l2tp_core.h
194
int (*session_create)(struct net *net, struct l2tp_tunnel *tunnel,
net/l2tp/l2tp_core.h
212
void l2tp_tunnel_put(struct l2tp_tunnel *tunnel);
net/l2tp/l2tp_core.h
219
struct l2tp_tunnel *l2tp_tunnel_get(const struct net *net, u32 tunnel_id);
net/l2tp/l2tp_core.h
220
struct l2tp_tunnel *l2tp_tunnel_get_next(const struct net *net, unsigned long *key);
net/l2tp/l2tp_core.h
237
struct l2tp_tunnel **tunnelp);
net/l2tp/l2tp_core.h
238
int l2tp_tunnel_register(struct l2tp_tunnel *tunnel, struct net *net,
net/l2tp/l2tp_core.h
240
void l2tp_tunnel_delete(struct l2tp_tunnel *tunnel);
net/l2tp/l2tp_core.h
243
struct l2tp_tunnel *tunnel,
net/l2tp/l2tp_core.h
247
struct l2tp_tunnel *tunnel);
net/l2tp/l2tp_core.h
274
struct l2tp_tunnel *l2tp_sk_to_tunnel(const struct sock *sk);
net/l2tp/l2tp_core.h
287
static inline u32 l2tp_tunnel_dst_mtu(const struct l2tp_tunnel *tunnel)
net/l2tp/l2tp_core.h
303
static inline bool l2tp_tunnel_uses_xfrm(const struct l2tp_tunnel *tunnel)
net/l2tp/l2tp_core.h
311
static inline bool l2tp_tunnel_uses_xfrm(const struct l2tp_tunnel *tunnel)
net/l2tp/l2tp_core.h
36
struct l2tp_tunnel;
net/l2tp/l2tp_core.h
71
struct l2tp_tunnel *tunnel; /* back pointer to tunnel context */
net/l2tp/l2tp_debugfs.c
125
struct l2tp_tunnel *tunnel = v;
net/l2tp/l2tp_debugfs.c
39
struct l2tp_tunnel *tunnel;
net/l2tp/l2tp_eth.c
185
static void l2tp_eth_adjust_mtu(struct l2tp_tunnel *tunnel,
net/l2tp/l2tp_eth.c
225
static int l2tp_eth_create(struct net *net, struct l2tp_tunnel *tunnel,
net/l2tp/l2tp_ip.c
134
struct l2tp_tunnel *tunnel = NULL;
net/l2tp/l2tp_ip.c
259
struct l2tp_tunnel *tunnel;
net/l2tp/l2tp_ip6.c
144
struct l2tp_tunnel *tunnel = NULL;
net/l2tp/l2tp_ip6.c
270
struct l2tp_tunnel *tunnel;
net/l2tp/l2tp_netlink.c
105
struct l2tp_tunnel *tunnel,
net/l2tp/l2tp_netlink.c
193
struct l2tp_tunnel *tunnel;
net/l2tp/l2tp_netlink.c
261
struct l2tp_tunnel *tunnel;
net/l2tp/l2tp_netlink.c
291
struct l2tp_tunnel *tunnel;
net/l2tp/l2tp_netlink.c
371
static int l2tp_nl_tunnel_send_addr(struct sk_buff *skb, struct l2tp_tunnel *tunnel)
net/l2tp/l2tp_netlink.c
38
int flags, struct l2tp_tunnel *tunnel, u8 cmd);
net/l2tp/l2tp_netlink.c
386
struct l2tp_tunnel *tunnel, u8 cmd)
net/l2tp/l2tp_netlink.c
452
struct l2tp_tunnel *tunnel;
net/l2tp/l2tp_netlink.c
503
struct l2tp_tunnel *tunnel;
net/l2tp/l2tp_netlink.c
51
struct l2tp_tunnel *tunnel;
net/l2tp/l2tp_netlink.c
534
struct l2tp_tunnel *tunnel;
net/l2tp/l2tp_netlink.c
701
struct l2tp_tunnel *tunnel = session->tunnel;
net/l2tp/l2tp_netlink.c
727
struct l2tp_tunnel *tunnel = session->tunnel;
net/l2tp/l2tp_netlink.c
844
struct l2tp_tunnel *tunnel = NULL;
net/l2tp/l2tp_ppp.c
1014
struct l2tp_tunnel *tunnel)
net/l2tp/l2tp_ppp.c
1138
struct l2tp_tunnel *tunnel,
net/l2tp/l2tp_ppp.c
1223
struct l2tp_tunnel *tunnel;
net/l2tp/l2tp_ppp.c
1263
struct l2tp_tunnel *tunnel,
net/l2tp/l2tp_ppp.c
1329
struct l2tp_tunnel *tunnel;
net/l2tp/l2tp_ppp.c
1393
struct l2tp_tunnel *tunnel;
net/l2tp/l2tp_ppp.c
1490
struct l2tp_tunnel *tunnel = v;
net/l2tp/l2tp_ppp.c
1509
struct l2tp_tunnel *tunnel = session->tunnel;
net/l2tp/l2tp_ppp.c
256
struct l2tp_tunnel *tunnel;
net/l2tp/l2tp_ppp.c
333
struct l2tp_tunnel *tunnel;
net/l2tp/l2tp_ppp.c
615
static int pppol2tp_tunnel_mtu(const struct l2tp_tunnel *tunnel)
net/l2tp/l2tp_ppp.c
626
static struct l2tp_tunnel *pppol2tp_tunnel_get(struct net *net,
net/l2tp/l2tp_ppp.c
630
struct l2tp_tunnel *tunnel;
net/l2tp/l2tp_ppp.c
694
struct l2tp_tunnel *tunnel;
net/l2tp/l2tp_ppp.c
840
static int pppol2tp_session_create(struct net *net, struct l2tp_tunnel *tunnel,
net/l2tp/l2tp_ppp.c
886
struct l2tp_tunnel *tunnel;
net/l2tp/trace.h
28
TP_PROTO(struct l2tp_tunnel *tunnel),
net/l2tp/trace.h
52
TP_PROTO(struct l2tp_tunnel *tunnel),
net/l2tp/trace.h
81
TP_PROTO(struct l2tp_tunnel *tunnel),
net/l2tp/trace.h
86
TP_PROTO(struct l2tp_tunnel *tunnel),