sa_v3in4          590 net/l2tp/l2tp_ppp.c 		const struct sockaddr_pppol2tpv3 *sa_v3in4 = sa;
sa_v3in4          592 net/l2tp/l2tp_ppp.c 		if (sa_v3in4->sa_protocol != PX_PROTO_OL2TP)
sa_v3in4          596 net/l2tp/l2tp_ppp.c 		info->fd = sa_v3in4->pppol2tp.fd;
sa_v3in4          597 net/l2tp/l2tp_ppp.c 		info->tunnel_id = sa_v3in4->pppol2tp.s_tunnel;
sa_v3in4          598 net/l2tp/l2tp_ppp.c 		info->peer_tunnel_id = sa_v3in4->pppol2tp.d_tunnel;
sa_v3in4          599 net/l2tp/l2tp_ppp.c 		info->session_id = sa_v3in4->pppol2tp.s_session;
sa_v3in4          600 net/l2tp/l2tp_ppp.c 		info->peer_session_id = sa_v3in4->pppol2tp.d_session;