Searched refs:tmp_sah_dst (Results 1 – 1 of 1) sorted by relevance
1425 struct sockaddr_in6 tmp_sah_dst = {}; in key_allocsa_extended() local1431 tmp_sah_dst.sin6_family = AF_INET6; in key_allocsa_extended()1432 tmp_sah_dst.sin6_len = sizeof(tmp_sah_dst); in key_allocsa_extended()1433 …memcpy(&tmp_sah_dst.sin6_addr, &(__DECONST(struct sockaddr_in6 *, sah_dst))->sin6_addr, sizeof(tmp… in key_allocsa_extended()1434 tmp_sah_dst.sin6_scope_id = sav->sah->outgoing_if; in key_allocsa_extended()1435 sah_dst = (struct sockaddr *)&tmp_sah_dst; in key_allocsa_extended()