Home
last modified time | relevance | path

Searched refs:sin6_out (Results 1 – 1 of 1) sorted by relevance

/linux/net/ipv4/
H A Dtcp_ao.c2266 struct sockaddr_in6 *sin6_out = (struct sockaddr_in6 *)&opt_out.addr; in tcp_ao_copy_mkts_to_user() local
2268 sin6_out->sin6_family = key->family; in tcp_ao_copy_mkts_to_user()
2269 sin6_out->sin6_port = 0; in tcp_ao_copy_mkts_to_user()
2270 memcpy(&sin6_out->sin6_addr, &key->addr, sizeof(struct in6_addr)); in tcp_ao_copy_mkts_to_user()