Searched refs:pppol2tp (Results 1 – 3 of 3) sorted by relevance
629 fd = sp->pppol2tp.fd; in pppol2tp_connect()630 tunnel_id = sp->pppol2tp.s_tunnel; in pppol2tp_connect()631 peer_tunnel_id = sp->pppol2tp.d_tunnel; in pppol2tp_connect()632 session_id = sp->pppol2tp.s_session; in pppol2tp_connect()633 peer_session_id = sp->pppol2tp.d_session; in pppol2tp_connect()638 fd = sp3->pppol2tp.fd; in pppol2tp_connect()639 tunnel_id = sp3->pppol2tp.s_tunnel; in pppol2tp_connect()640 peer_tunnel_id = sp3->pppol2tp.d_tunnel; in pppol2tp_connect()641 session_id = sp3->pppol2tp.s_session; in pppol2tp_connect()642 peer_session_id = sp3->pppol2tp.d_session; in pppol2tp_connect()[all …]
78 struct pppol2tp_addr pppol2tp; member84 struct pppol2tpin6_addr pppol2tp; member93 struct pppol2tpv3_addr pppol2tp; member99 struct pppol2tpv3in6_addr pppol2tp; member
20 The original pppol2tp driver was introduced in 2.6.23 and provided34 To support L2TPv3, the original pppol2tp driver was split up to36 apps should be unaffected as the original pppol2tp sockets API is55 indirectly by pppd using a pppol2tp socket. In the case of ethernet,92 daemon in order to use the pppol2tp driver.106 by starting pppd with the pppol2tp plugin and appropriate200 /proc/net/pppol2tp is also provided for backwards compatibility with201 the original pppol2tp driver. It lists information about L2TPv2259 sax.pppol2tp.fd = udp_fd; /* fd of tunnel UDP socket */260 sax.pppol2tp.addr.sin_addr.s_addr = peer_addr->sin_addr.s_addr;[all …]