Searched refs:peer_tunnel_id (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/testing/selftests/net/ |
| H A D | l2tp.sh | 142 ip -netns $host_1 l2tp add tunnel tunnel_id 1041 peer_tunnel_id 1042 \ 152 ip -netns $host_2 l2tp add tunnel tunnel_id 1042 peer_tunnel_id 1041 \ 171 ip -netns $host_1 l2tp add tunnel tunnel_id 1061 peer_tunnel_id 1062 \ 181 ip -netns $host_2 l2tp add tunnel tunnel_id 1062 peer_tunnel_id 1061 \
|
| /linux/net/l2tp/ |
| H A D | trace.h | 66 __entry->ptid = tunnel->peer_tunnel_id; 104 __entry->ptid = session->tunnel ? session->tunnel->peer_tunnel_id : 0;
|
| H A D | l2tp_core.h | 168 u32 peer_tunnel_id; member 236 u32 peer_tunnel_id, struct l2tp_tunnel_cfg *cfg,
|
| H A D | l2tp_netlink.c | 188 u32 peer_tunnel_id; in l2tp_nl_cmd_tunnel_create() local 207 peer_tunnel_id = nla_get_u32(attrs[L2TP_ATTR_PEER_CONN_ID]); in l2tp_nl_cmd_tunnel_create() 238 peer_tunnel_id, &cfg, &tunnel); in l2tp_nl_cmd_tunnel_create() 397 nla_put_u32(skb, L2TP_ATTR_PEER_CONN_ID, tunnel->peer_tunnel_id) || in l2tp_nl_tunnel_send() 735 nla_put_u32(skb, L2TP_ATTR_PEER_CONN_ID, tunnel->peer_tunnel_id) || in l2tp_nl_session_send()
|
| H A D | l2tp_debugfs.c | 139 seq_printf(m, "\nTUNNEL %u peer %u", tunnel->tunnel_id, tunnel->peer_tunnel_id); in l2tp_dfs_seq_tunnel_show()
|
| /linux/Documentation/networking/ |
| H A D | l2tp.rst | 410 sax.pppol2tp.d_tunnel = peer_tunnel_id;
|