Searched refs:sah_dst (Results 1 – 1 of 1) sorted by relevance
1391 struct sockaddr *sah_dst = (struct sockaddr *)&sav->sah->saidx.dst; in key_allocsa_extended() local1393 if (!IN6_IS_SCOPE_LINKLOCAL(&(__DECONST(struct sockaddr_in6 *, sah_dst))->sin6_addr)) { in key_allocsa_extended()1398 …memcpy(&tmp_sah_dst.sin6_addr, &(__DECONST(struct sockaddr_in6 *, sah_dst))->sin6_addr, sizeof(tmp… in key_allocsa_extended()1400 sah_dst = (struct sockaddr *)&tmp_sah_dst; in key_allocsa_extended()1404 if (key_sockaddrcmp(SA(&dst_address.sa), sah_dst, 0) != 0) { in key_allocsa_extended()