Lines Matching refs:newinet
9180 struct inet_sock *newinet; in sctp_copy_sock() local
9205 newinet = inet_sk(newsk); in sctp_copy_sock()
9210 newinet->inet_sport = inet->inet_sport; in sctp_copy_sock()
9211 newinet->inet_saddr = inet->inet_saddr; in sctp_copy_sock()
9212 newinet->inet_rcv_saddr = inet->inet_rcv_saddr; in sctp_copy_sock()
9213 newinet->inet_dport = htons(asoc->peer.port); in sctp_copy_sock()
9214 newinet->pmtudisc = inet->pmtudisc; in sctp_copy_sock()
9215 newinet->inet_id = prandom_u32(); in sctp_copy_sock()
9217 newinet->uc_ttl = inet->uc_ttl; in sctp_copy_sock()
9218 newinet->mc_loop = 1; in sctp_copy_sock()
9219 newinet->mc_ttl = 1; in sctp_copy_sock()
9220 newinet->mc_index = 0; in sctp_copy_sock()
9221 newinet->mc_list = NULL; in sctp_copy_sock()