Home
last modified time | relevance | path

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

/linux/Documentation/networking/
H A Dl2tp.rst78 `include/uapi/linux/l2tp.h`_. The address includes the L2TP tunnel
97 `include/uapi/linux/l2tp.h`_.
118 l2tp" commands). If ``L2TP_ATTR_FD`` is given, it must be a socket fd
257 Application developers should refer to `include/uapi/linux/l2tp.h`_ for
313 * attributes during session creation -- see l2tp.h
576 l2tp help`` for more information.
588 Files under the l2tp directory can then be accessed, providing a summary
592 # cat /debug/l2tp/tunnels
603 # find /debug/tracing/events/l2tp
624 L2TPIP sockets are implemented in `net/l2tp/l2tp_ip.c`_ and
[all …]
/linux/tools/testing/selftests/net/
H A Dl2tp.sh142 ip -netns $host_1 l2tp add tunnel tunnel_id 1041 peer_tunnel_id 1042 \
144 ip -netns $host_1 l2tp add session name l2tp4 tunnel_id 1041 \
152 ip -netns $host_2 l2tp add tunnel tunnel_id 1042 peer_tunnel_id 1041 \
154 ip -netns $host_2 l2tp add session name l2tp4 tunnel_id 1042 \
171 ip -netns $host_1 l2tp add tunnel tunnel_id 1061 peer_tunnel_id 1062 \
173 ip -netns $host_1 l2tp add session name l2tp6 tunnel_id 1061 \
181 ip -netns $host_2 l2tp add tunnel tunnel_id 1062 peer_tunnel_id 1061 \
183 ip -netns $host_2 l2tp add session name l2tp6 tunnel_id 1062 \
H A DMakefile15 TEST_PROGS += tcp_fastopen_backup_key.sh fcnal-test.sh l2tp.sh traceroute.sh
/linux/net/l2tp/
H A DKconfig41 Support for l2tp directory in debugfs filesystem. This may be
42 used to dump internal state of the l2tp drivers for problem
H A Dtrace.h3 #define TRACE_SYSTEM l2tp
H A Dl2tp_ip6.c73 const struct l2tp_ip6_sock *l2tp = l2tp_ip6_sk(sk); in __l2tp_ip6_bind_lookup() local
91 if (l2tp->conn_id != tunnel_id) in __l2tp_ip6_bind_lookup()
/linux/Documentation/virt/uml/
H A Duser_mode_linux_howto_v2.rst542 pre-up ip l2tp add tunnel remote 127.0.0.1 \
545 ip l2tp add session name l2tp1 tunnel_id 2 \
547 down ip l2tp del session tunnel_id 2 session_id 0xffffffff && \
548 ip l2tp del tunnel tunnel_id 2
/linux/net/
H A DKconfig253 source "net/l2tp/Kconfig"
/linux/net/netfilter/
H A DKconfig1397 tristate '"l2tp" match support'
/linux/
H A DMAINTAINERS18934 F: net/l2tp/l2tp_ppp.c