Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dtcp_ao.c2261 struct sockaddr_in *sin_out = (struct sockaddr_in *)&opt_out.addr; in tcp_ao_copy_mkts_to_user() local
2263 sin_out->sin_family = key->family; in tcp_ao_copy_mkts_to_user()
2264 sin_out->sin_port = 0; in tcp_ao_copy_mkts_to_user()
2265 memcpy(&sin_out->sin_addr, &key->addr, sizeof(struct in_addr)); in tcp_ao_copy_mkts_to_user()