Searched refs:l2tp (Results 1 – 10 of 10) sorted by relevance
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 \
13 TEST_PROGS += tcp_fastopen_backup_key.sh fcnal-test.sh l2tp.sh
59 For PPP, the PPPoL2TP driver, net/l2tp/l2tp_ppp.c, provides a67 For ethernet, the L2TPETH driver, net/l2tp/l2tp_eth.c, implements a141 include/linux/l2tp.h to manage tunnel and session contexts. The167 L2TPv3 tunnels; do "ip l2tp help" for more information.185 If enabled, files under a l2tp debugfs directory can be used to dump191 Files under the l2tp directory can then be accessed.193 # cat /debug/l2tp/tunnels216 # 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
41 Support for l2tp directory in debugfs filesystem. This may be42 used to dump internal state of the l2tp drivers for problem
53 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()
66 const struct l2tp_ip6_sock *l2tp = l2tp_ip6_sk(sk); in __l2tp_ip6_bind_lookup() local82 if (l2tp->conn_id != tunnel_id) in __l2tp_ip6_bind_lookup()
41 obj-$(CONFIG_L2TP) += l2tp/
215 source "net/l2tp/Kconfig"
1356 tristate '"l2tp" match support'
13078 F: net/l2tp/l2tp_ppp.c