Lines Matching refs:newinet
7179 struct inet_sock *newinet; in sctp_copy_sock() local
7200 newinet = inet_sk(newsk); in sctp_copy_sock()
7205 newinet->inet_sport = inet->inet_sport; in sctp_copy_sock()
7206 newinet->inet_saddr = inet->inet_saddr; in sctp_copy_sock()
7207 newinet->inet_rcv_saddr = inet->inet_rcv_saddr; in sctp_copy_sock()
7208 newinet->inet_dport = htons(asoc->peer.port); in sctp_copy_sock()
7209 newinet->pmtudisc = inet->pmtudisc; in sctp_copy_sock()
7210 newinet->inet_id = asoc->next_tsn ^ jiffies; in sctp_copy_sock()
7212 newinet->uc_ttl = inet->uc_ttl; in sctp_copy_sock()
7213 newinet->mc_loop = 1; in sctp_copy_sock()
7214 newinet->mc_ttl = 1; in sctp_copy_sock()
7215 newinet->mc_index = 0; in sctp_copy_sock()
7216 newinet->mc_list = NULL; in sctp_copy_sock()