Lines Matching refs:newinet
9168 struct inet_sock *newinet; in sctp_copy_sock() local
9193 newinet = inet_sk(newsk); in sctp_copy_sock()
9198 newinet->inet_sport = inet->inet_sport; in sctp_copy_sock()
9199 newinet->inet_saddr = inet->inet_saddr; in sctp_copy_sock()
9200 newinet->inet_rcv_saddr = inet->inet_rcv_saddr; in sctp_copy_sock()
9201 newinet->inet_dport = htons(asoc->peer.port); in sctp_copy_sock()
9202 newinet->pmtudisc = inet->pmtudisc; in sctp_copy_sock()
9203 newinet->inet_id = prandom_u32(); in sctp_copy_sock()
9205 newinet->uc_ttl = inet->uc_ttl; in sctp_copy_sock()
9206 newinet->mc_loop = 1; in sctp_copy_sock()
9207 newinet->mc_ttl = 1; in sctp_copy_sock()
9208 newinet->mc_index = 0; in sctp_copy_sock()
9209 newinet->mc_list = NULL; in sctp_copy_sock()