Searched refs:l2tp (Results 1 – 13 of 13) sorted by relevance
78 `include/uapi/linux/l2tp.h`_. The address includes the L2TP tunnel97 `include/uapi/linux/l2tp.h`_.118 l2tp" commands). If ``L2TP_ATTR_FD`` is given, it must be a socket fd257 Application developers should refer to `include/uapi/linux/l2tp.h`_ for313 * attributes during session creation -- see l2tp.h453 l2tp help`` for more information.465 Files under the l2tp directory can then be accessed, providing a summary469 # cat /debug/l2tp/tunnels480 # find /debug/tracing/events/l2tp501 L2TPIP sockets are implemented in `net/l2tp/l2tp_ip.c`_ and[all …]
70 l2tp
149 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 \
15 TEST_PROGS += tcp_fastopen_backup_key.sh fcnal-test.sh l2tp.sh traceroute.sh
41 Support for l2tp directory in debugfs filesystem. This may be42 used to dump internal state of the l2tp drivers for problem
51 const struct l2tp_ip_sock *l2tp = l2tp_ip_sk(sk); in __l2tp_ip_bind_lookup() local69 if (l2tp->conn_id != tunnel_id) in __l2tp_ip_bind_lookup()
3 #define TRACE_SYSTEM l2tp
61 const struct l2tp_ip6_sock *l2tp = l2tp_ip6_sk(sk); in __l2tp_ip6_bind_lookup() local79 if (l2tp->conn_id != tunnel_id) in __l2tp_ip6_bind_lookup()
41 obj-$(CONFIG_L2TP) += l2tp/
243 source "net/l2tp/Kconfig"
542 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
1397 tristate '"l2tp" match support'
17166 F: net/l2tp/l2tp_ppp.c