Symbol: l2tp_net
net/l2tp/l2tp_core.c
1351
struct l2tp_net *pn = l2tp_pernet(tunnel->l2tp_net);
net/l2tp/l2tp_core.c
138
static struct l2tp_net *l2tp_pernet(const struct net *net)
net/l2tp/l2tp_core.c
1407
struct l2tp_net *pn = l2tp_pernet(net);
net/l2tp/l2tp_core.c
1434
l2tp_tunnel_remove(tunnel->l2tp_net, tunnel);
net/l2tp/l2tp_core.c
1640
struct l2tp_net *pn = l2tp_pernet(net);
net/l2tp/l2tp_core.c
1689
tunnel->l2tp_net = net;
net/l2tp/l2tp_core.c
182
struct l2tp_net *pn;
net/l2tp/l2tp_core.c
1838
struct l2tp_net *pn = net_generic(net, l2tp_net_id);
net/l2tp/l2tp_core.c
1852
struct l2tp_net *pn = l2tp_pernet(net);
net/l2tp/l2tp_core.c
1886
struct l2tp_net *pn = l2tp_pernet(net);
net/l2tp/l2tp_core.c
1908
.size = sizeof(struct l2tp_net),
net/l2tp/l2tp_core.c
217
const struct l2tp_net *pn = l2tp_pernet(net);
net/l2tp/l2tp_core.c
234
struct l2tp_net *pn = l2tp_pernet(net);
net/l2tp/l2tp_core.c
256
const struct l2tp_net *pn = l2tp_pernet(net);
net/l2tp/l2tp_core.c
300
const struct l2tp_net *pn = l2tp_pernet(net);
net/l2tp/l2tp_core.c
329
struct l2tp_net *pn = l2tp_pernet(net);
net/l2tp/l2tp_core.c
367
struct l2tp_net *pn = l2tp_pernet(net);
net/l2tp/l2tp_core.c
435
struct l2tp_net *pn = l2tp_pernet(net);
net/l2tp/l2tp_core.c
470
static int l2tp_session_collision_add(struct l2tp_net *pn,
net/l2tp/l2tp_core.c
514
static void l2tp_session_collision_del(struct l2tp_net *pn,
net/l2tp/l2tp_core.c
555
struct l2tp_net *pn = l2tp_pernet(tunnel->l2tp_net);
net/l2tp/l2tp_core.h
175
struct net *l2tp_net; /* the net we belong to */
net/l2tp/l2tp_ppp.c
1026
session = l2tp_session_get(tunnel->l2tp_net, tunnel->sock, tunnel->version,