Home
last modified time | relevance | path

Searched refs:l2tp (Results 1 – 10 of 10) sorted by relevance

/linux-4.4.14/Documentation/networking/
Dl2tp.txt59 For PPP, the PPPoL2TP driver, net/l2tp/l2tp_ppp.c, provides a
67 For ethernet, the L2TPETH driver, net/l2tp/l2tp_eth.c, implements a
141 include/linux/l2tp.h to manage tunnel and session contexts. The
167 L2TPv3 tunnels; do "ip l2tp help" for more information.
185 If enabled, files under a l2tp debugfs directory can be used to dump
191 Files under the l2tp directory can then be accessed.
193 # cat /debug/l2tp/tunnels
216 # ip l2tp add tunnel tunnel_id 1 peer_tunnel_id 1 udp_sport 5000 \
218 # ip l2tp add session tunnel_id 1 session_id 1 peer_session_id 1
D00-INDEX131 l2tp.txt
/linux-4.4.14/net/l2tp/
DKconfig40 Support for l2tp directory in debugfs filesystem. This may be
41 used to dump internal state of the l2tp drivers for problem
Dl2tp_ip.c56 struct l2tp_ip_sock *l2tp = l2tp_ip_sk(sk); in __l2tp_ip_bind_lookup() local
58 if (l2tp == NULL) in __l2tp_ip_bind_lookup()
61 if ((l2tp->conn_id == tunnel_id) && in __l2tp_ip_bind_lookup()
Dl2tp_ip6.c67 struct l2tp_ip6_sock *l2tp = l2tp_ip6_sk(sk); in __l2tp_ip6_bind_lookup() local
69 if (l2tp == NULL) in __l2tp_ip6_bind_lookup()
72 if ((l2tp->conn_id == tunnel_id) && in __l2tp_ip6_bind_lookup()
/linux-4.4.14/net/
DMakefile38 obj-$(CONFIG_L2TP) += l2tp/
DKconfig210 source "net/l2tp/Kconfig"
/linux-4.4.14/include/uapi/linux/
DKbuild242 header-y += l2tp.h
/linux-4.4.14/net/netfilter/
DKconfig1194 tristate '"l2tp" match support'
/linux-4.4.14/
DMAINTAINERS8496 F: net/l2tp/l2tp_ppp.c