Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/Documentation/networking/
H A Dl2tp.rst97 `include/uapi/linux/l2tp.h`_.
576 l2tp help`` for more information.
592 # cat /debug/l2tp/tunnels
625 `net/l2tp/l2tp_ip6.c`_.
745 go-l2tp https://github.com/katalix/go-l2tp
779 .. _include/uapi/linux/l2tp.h: ../../../include/uapi/linux/l2tp.h
781 .. _net/l2tp/l2tp_ip.c: ../../../net/l2tp/l2tp_ip.c
782 .. _net/l2tp/l2tp_ip6.c: ../../../net/l2tp/l2tp_ip6.c
783 .. _net/l2tp/l2tp_ppp.c: ../../../net/l2tp/l2tp_ppp.c
784 .. _net/l2tp/l2tp_eth.c: ../../../net/l2tp/l2tp_eth.c
[all …]
H A Dindex.rst74 l2tp
/linux-6.15/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_ip.c63 const struct l2tp_ip_sock *l2tp = l2tp_ip_sk(sk); in __l2tp_ip_bind_lookup() local
81 if (l2tp->conn_id != tunnel_id) in __l2tp_ip_bind_lookup()
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-6.15/net/
H A DMakefile40 obj-$(CONFIG_L2TP) += l2tp/
H A DKconfig253 source "net/l2tp/Kconfig"
/linux-6.15/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-6.15/net/netfilter/
H A DKconfig1397 tristate '"l2tp" match support'
/linux-6.15/
H A DMAINTAINERS19509 F: net/l2tp/l2tp_ppp.c