Home
last modified time | relevance | path

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

/linux-5.19.10/Documentation/networking/
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
453 l2tp help`` for more information.
465 Files under the l2tp directory can then be accessed, providing a summary
469 # cat /debug/l2tp/tunnels
480 # find /debug/tracing/events/l2tp
501 L2TPIP sockets are implemented in `net/l2tp/l2tp_ip.c`_ and
[all …]
Dindex.rst70 l2tp
/linux-5.19.10/tools/testing/selftests/net/
Dl2tp.sh149 ip -netns host-1 l2tp add tunnel tunnel_id 1041 peer_tunnel_id 1042 \
151 ip -netns host-1 l2tp add session name l2tp4 tunnel_id 1041 \
159 ip -netns host-2 l2tp add tunnel tunnel_id 1042 peer_tunnel_id 1041 \
161 ip -netns host-2 l2tp add session name l2tp4 tunnel_id 1042 \
178 ip -netns host-1 l2tp add tunnel tunnel_id 1061 peer_tunnel_id 1062 \
180 ip -netns host-1 l2tp add session name l2tp6 tunnel_id 1061 \
188 ip -netns host-2 l2tp add tunnel tunnel_id 1062 peer_tunnel_id 1061 \
190 ip -netns host-2 l2tp add session name l2tp6 tunnel_id 1062 \
DMakefile13 TEST_PROGS += tcp_fastopen_backup_key.sh fcnal-test.sh l2tp.sh traceroute.sh
/linux-5.19.10/net/l2tp/
DKconfig41 Support for l2tp directory in debugfs filesystem. This may be
42 used to dump internal state of the l2tp drivers for problem
Dl2tp_ip.c51 const struct l2tp_ip_sock *l2tp = l2tp_ip_sk(sk); in __l2tp_ip_bind_lookup() local
69 if (l2tp->conn_id != tunnel_id) in __l2tp_ip_bind_lookup()
Dtrace.h3 #define TRACE_SYSTEM l2tp
Dl2tp_ip6.c64 const struct l2tp_ip6_sock *l2tp = l2tp_ip6_sk(sk); in __l2tp_ip6_bind_lookup() local
82 if (l2tp->conn_id != tunnel_id) in __l2tp_ip6_bind_lookup()
/linux-5.19.10/net/
DMakefile40 obj-$(CONFIG_L2TP) += l2tp/
DKconfig219 source "net/l2tp/Kconfig"
/linux-5.19.10/Documentation/virt/uml/
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-5.19.10/net/netfilter/
DKconfig1387 tristate '"l2tp" match support'
/linux-5.19.10/
DMAINTAINERS16119 F: net/l2tp/l2tp_ppp.c