Searched refs:peer_tunnel_id (Results 1 - 13 of 13) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/l2tp/
H A Dl2tp_core.h165 u32 peer_tunnel_id; member in struct:l2tp_tunnel
230 extern int l2tp_tunnel_create(struct net *net, int fd, int version, u32 tunnel_id, u32 peer_tunnel_id, struct l2tp_tunnel_cfg *cfg, struct l2tp_tunnel **tunnelp);
H A Dl2tp_ppp.c50 * sax.pppol2tp.d_tunnel = peer_tunnel_id;
632 u32 tunnel_id, peer_tunnel_id; local
657 peer_tunnel_id = sp->pppol2tp.d_tunnel;
664 peer_tunnel_id = sp3->pppol2tp.d_tunnel;
689 error = l2tp_tunnel_create(sock_net(sk), fd, ver, tunnel_id, peer_tunnel_id, &tcfg, &tunnel);
707 if (tunnel->peer_tunnel_id == 0) {
709 tunnel->peer_tunnel_id = sp->pppol2tp.d_tunnel;
711 tunnel->peer_tunnel_id = sp3->pppol2tp.d_tunnel;
726 po->proto.l2tp.ts.peer_tunnel_id = tunnel->peer_tunnel_id;
[all...]
H A Dl2tp_core.c863 u32 tunnel_id = tunnel->peer_tunnel_id;
1234 static int l2tp_tunnel_sock_create(u32 tunnel_id, u32 peer_tunnel_id, struct l2tp_tunnel_cfg *cfg, struct socket **sockp) argument
1286 ip_addr.l2tp_conn_id = peer_tunnel_id;
1306 int l2tp_tunnel_create(struct net *net, int fd, int version, u32 tunnel_id, u32 peer_tunnel_id, struct l2tp_tunnel_cfg *cfg, struct l2tp_tunnel **tunnelp) argument
1320 err = l2tp_tunnel_sock_create(tunnel_id, peer_tunnel_id, cfg, &sock);
1374 tunnel->peer_tunnel_id = peer_tunnel_id;
H A Dl2tp_netlink.c100 u32 peer_tunnel_id; local
118 peer_tunnel_id = nla_get_u32(info->attrs[L2TP_ATTR_PEER_CONN_ID]);
162 peer_tunnel_id, &cfg, &tunnel);
236 NLA_PUT_U32(skb, L2TP_ATTR_PEER_CONN_ID, tunnel->peer_tunnel_id);
568 NLA_PUT_U32(skb, L2TP_ATTR_PEER_CONN_ID, tunnel->peer_tunnel_id);
H A Dl2tp_debugfs.c122 seq_printf(m, "\nTUNNEL %u peer %u", tunnel->tunnel_id, tunnel->peer_tunnel_id);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/l2tp/
H A Dl2tp_core.h165 u32 peer_tunnel_id; member in struct:l2tp_tunnel
230 extern int l2tp_tunnel_create(struct net *net, int fd, int version, u32 tunnel_id, u32 peer_tunnel_id, struct l2tp_tunnel_cfg *cfg, struct l2tp_tunnel **tunnelp);
H A Dl2tp_ppp.c50 * sax.pppol2tp.d_tunnel = peer_tunnel_id;
632 u32 tunnel_id, peer_tunnel_id; local
657 peer_tunnel_id = sp->pppol2tp.d_tunnel;
664 peer_tunnel_id = sp3->pppol2tp.d_tunnel;
689 error = l2tp_tunnel_create(sock_net(sk), fd, ver, tunnel_id, peer_tunnel_id, &tcfg, &tunnel);
707 if (tunnel->peer_tunnel_id == 0) {
709 tunnel->peer_tunnel_id = sp->pppol2tp.d_tunnel;
711 tunnel->peer_tunnel_id = sp3->pppol2tp.d_tunnel;
726 po->proto.l2tp.ts.peer_tunnel_id = tunnel->peer_tunnel_id;
[all...]
H A Dl2tp_core.c863 u32 tunnel_id = tunnel->peer_tunnel_id;
1234 static int l2tp_tunnel_sock_create(u32 tunnel_id, u32 peer_tunnel_id, struct l2tp_tunnel_cfg *cfg, struct socket **sockp) argument
1286 ip_addr.l2tp_conn_id = peer_tunnel_id;
1306 int l2tp_tunnel_create(struct net *net, int fd, int version, u32 tunnel_id, u32 peer_tunnel_id, struct l2tp_tunnel_cfg *cfg, struct l2tp_tunnel **tunnelp) argument
1320 err = l2tp_tunnel_sock_create(tunnel_id, peer_tunnel_id, cfg, &sock);
1374 tunnel->peer_tunnel_id = peer_tunnel_id;
H A Dl2tp_netlink.c100 u32 peer_tunnel_id; local
118 peer_tunnel_id = nla_get_u32(info->attrs[L2TP_ATTR_PEER_CONN_ID]);
162 peer_tunnel_id, &cfg, &tunnel);
236 NLA_PUT_U32(skb, L2TP_ATTR_PEER_CONN_ID, tunnel->peer_tunnel_id);
568 NLA_PUT_U32(skb, L2TP_ATTR_PEER_CONN_ID, tunnel->peer_tunnel_id);
H A Dl2tp_debugfs.c122 seq_printf(m, "\nTUNNEL %u peer %u", tunnel->tunnel_id, tunnel->peer_tunnel_id);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/include/ctf/
H A Dhndctf.h347 uint32 peer_tunnel_id; member in struct:ctf_pppol2tp_session
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/
H A Dppp_generic.c3021 po->proto.l2tp.ts.peer_tunnel_id, po->proto.l2tp.ts.peer_session_id,NIPQUAD(po->proto.l2tp.inet.daddr));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/
H A Dppp_generic.c3021 po->proto.l2tp.ts.peer_tunnel_id, po->proto.l2tp.ts.peer_session_id,NIPQUAD(po->proto.l2tp.inet.daddr));

Completed in 132 milliseconds