Lines Matching refs:temp
1509 struct list_head *pos, *temp; in sctp_close() local
1525 list_for_each_safe(pos, temp, &ep->asocs) { in sctp_close()
6192 union sctp_addr temp; in sctp_getsockopt_peer_addrs() local
6214 memcpy(&temp, &from->ipaddr, sizeof(temp)); in sctp_getsockopt_peer_addrs()
6216 ->addr_to_user(sp, &temp); in sctp_getsockopt_peer_addrs()
6219 if (copy_to_user(to, &temp, addrlen)) in sctp_getsockopt_peer_addrs()
6239 union sctp_addr temp; in sctp_copy_laddrs() local
6256 memcpy(&temp, &addr->a, sizeof(temp)); in sctp_copy_laddrs()
6257 if (!temp.v4.sin_port) in sctp_copy_laddrs()
6258 temp.v4.sin_port = htons(port); in sctp_copy_laddrs()
6261 ->addr_to_user(sctp_sk(sk), &temp); in sctp_copy_laddrs()
6267 memcpy(to, &temp, addrlen); in sctp_copy_laddrs()
6289 union sctp_addr temp; in sctp_getsockopt_local_addrs() local
6349 memcpy(&temp, &addr->a, sizeof(temp)); in sctp_getsockopt_local_addrs()
6351 ->addr_to_user(sp, &temp); in sctp_getsockopt_local_addrs()
6356 memcpy(buf, &temp, addrlen); in sctp_getsockopt_local_addrs()