Lines Matching refs:newinet
9185 struct inet_sock *newinet; in sctp_copy_sock() local
9210 newinet = inet_sk(newsk); in sctp_copy_sock()
9215 newinet->inet_sport = inet->inet_sport; in sctp_copy_sock()
9216 newinet->inet_saddr = inet->inet_saddr; in sctp_copy_sock()
9217 newinet->inet_rcv_saddr = inet->inet_rcv_saddr; in sctp_copy_sock()
9218 newinet->inet_dport = htons(asoc->peer.port); in sctp_copy_sock()
9219 newinet->pmtudisc = inet->pmtudisc; in sctp_copy_sock()
9220 newinet->inet_id = prandom_u32(); in sctp_copy_sock()
9222 newinet->uc_ttl = inet->uc_ttl; in sctp_copy_sock()
9223 newinet->mc_loop = 1; in sctp_copy_sock()
9224 newinet->mc_ttl = 1; in sctp_copy_sock()
9225 newinet->mc_index = 0; in sctp_copy_sock()
9226 newinet->mc_list = NULL; in sctp_copy_sock()