Searched refs:tmp_sah_dst (Results 1 – 1 of 1) sorted by relevance
1390 struct sockaddr_in6 tmp_sah_dst = {}; in key_allocsa_extended() local1396 tmp_sah_dst.sin6_family = AF_INET6; in key_allocsa_extended()1397 tmp_sah_dst.sin6_len = sizeof(tmp_sah_dst); 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()1399 tmp_sah_dst.sin6_scope_id = sav->sah->outgoing_if; in key_allocsa_extended()1400 sah_dst = (struct sockaddr *)&tmp_sah_dst; in key_allocsa_extended()