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.c2256 struct sockaddr_in *sin_out = (struct sockaddr_in *)&opt_out.addr; in tcp_ao_copy_mkts_to_user() local
2258 sin_out->sin_family = key->family; in tcp_ao_copy_mkts_to_user()
2259 sin_out->sin_port = 0; in tcp_ao_copy_mkts_to_user()
2260 memcpy(&sin_out->sin_addr, &key->addr, sizeof(struct in_addr)); in tcp_ao_copy_mkts_to_user()