Symbol: l2tp_net
net/l2tp/l2tp_core.c
1357
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
1413
struct l2tp_net *pn = l2tp_pernet(net);
net/l2tp/l2tp_core.c
1440
l2tp_tunnel_remove(tunnel->l2tp_net, tunnel);
net/l2tp/l2tp_core.c
1646
struct l2tp_net *pn = l2tp_pernet(net);
net/l2tp/l2tp_core.c
1695
tunnel->l2tp_net = net;
net/l2tp/l2tp_core.c
182
struct l2tp_net *pn;
net/l2tp/l2tp_core.c
1844
struct l2tp_net *pn = net_generic(net, l2tp_net_id);
net/l2tp/l2tp_core.c
1858
struct l2tp_net *pn = l2tp_pernet(net);
net/l2tp/l2tp_core.c
1892
struct l2tp_net *pn = l2tp_pernet(net);
net/l2tp/l2tp_core.c
1914
.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
471
static int l2tp_session_collision_add(struct l2tp_net *pn,
net/l2tp/l2tp_core.c
515
static void l2tp_session_collision_del(struct l2tp_net *pn,
net/l2tp/l2tp_core.c
556
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
1028
session = l2tp_session_get(tunnel->l2tp_net, tunnel->sock, tunnel->version,