sa_v3in6          622 net/l2tp/l2tp_ppp.c 		const struct sockaddr_pppol2tpv3in6 *sa_v3in6 = sa;
sa_v3in6          624 net/l2tp/l2tp_ppp.c 		if (sa_v3in6->sa_protocol != PX_PROTO_OL2TP)
sa_v3in6          628 net/l2tp/l2tp_ppp.c 		info->fd = sa_v3in6->pppol2tp.fd;
sa_v3in6          629 net/l2tp/l2tp_ppp.c 		info->tunnel_id = sa_v3in6->pppol2tp.s_tunnel;
sa_v3in6          630 net/l2tp/l2tp_ppp.c 		info->peer_tunnel_id = sa_v3in6->pppol2tp.d_tunnel;
sa_v3in6          631 net/l2tp/l2tp_ppp.c 		info->session_id = sa_v3in6->pppol2tp.s_session;
sa_v3in6          632 net/l2tp/l2tp_ppp.c 		info->peer_session_id = sa_v3in6->pppol2tp.d_session;