Lines Matching refs:lsa6
2779 struct sockaddr_in6 sin6, lsa6; in sctp_select_nth_preferred_addr_from_ifn_boundall() local
2826 memcpy(&lsa6, &sifa->address.sin6, sizeof(struct sockaddr_in6)); in sctp_select_nth_preferred_addr_from_ifn_boundall()
2827 (void)sa6_recoverscope(&lsa6); in sctp_select_nth_preferred_addr_from_ifn_boundall()
2828 if (sin6.sin6_scope_id != lsa6.sin6_scope_id) { in sctp_select_nth_preferred_addr_from_ifn_boundall()
4276 struct sockaddr_in6 *sin6, tmp, *lsa6, lsa6_tmp; in sctp_lowlevel_chunk_output() local
4380 lsa6 = &lsa6_tmp; in sctp_lowlevel_chunk_output()
4414 lsa6->sin6_addr = net->ro._s_addr->address.sin6.sin6_addr; in sctp_lowlevel_chunk_output()
4436 lsa6->sin6_addr = _lsrc->address.sin6.sin6_addr; in sctp_lowlevel_chunk_output()
4439 lsa6->sin6_addr = over_addr->sin6.sin6_addr; in sctp_lowlevel_chunk_output()
4444 lsa6->sin6_port = inp->sctp_lport; in sctp_lowlevel_chunk_output()
4464 lsa6_storage.sin6_addr = lsa6->sin6_addr; in sctp_lowlevel_chunk_output()
4471 lsa6_storage.sin6_addr = lsa6->sin6_addr; in sctp_lowlevel_chunk_output()
4473 lsa6 = &lsa6_storage; in sctp_lowlevel_chunk_output()
4474 ip6h->ip6_src = lsa6->sin6_addr; in sctp_lowlevel_chunk_output()
4508 lsa6->sin6_addr = ip6h->ip6_src; in sctp_lowlevel_chunk_output()
4513 SCTPDBG_ADDR(SCTP_DEBUG_OUTPUT3, (struct sockaddr *)lsa6); in sctp_lowlevel_chunk_output()