Lines Matching refs:newinet
7170 struct inet_sock *newinet; in sctp_copy_sock() local
7191 newinet = inet_sk(newsk); in sctp_copy_sock()
7196 newinet->inet_sport = inet->inet_sport; in sctp_copy_sock()
7197 newinet->inet_saddr = inet->inet_saddr; in sctp_copy_sock()
7198 newinet->inet_rcv_saddr = inet->inet_rcv_saddr; in sctp_copy_sock()
7199 newinet->inet_dport = htons(asoc->peer.port); in sctp_copy_sock()
7200 newinet->pmtudisc = inet->pmtudisc; in sctp_copy_sock()
7201 newinet->inet_id = asoc->next_tsn ^ jiffies; in sctp_copy_sock()
7203 newinet->uc_ttl = inet->uc_ttl; in sctp_copy_sock()
7204 newinet->mc_loop = 1; in sctp_copy_sock()
7205 newinet->mc_ttl = 1; in sctp_copy_sock()
7206 newinet->mc_index = 0; in sctp_copy_sock()
7207 newinet->mc_list = NULL; in sctp_copy_sock()