Lines Matching refs:newinet
9307 struct inet_sock *newinet; in sctp_copy_sock() local
9332 newinet = inet_sk(newsk); in sctp_copy_sock()
9337 newinet->inet_sport = inet->inet_sport; in sctp_copy_sock()
9338 newinet->inet_saddr = inet->inet_saddr; in sctp_copy_sock()
9339 newinet->inet_rcv_saddr = inet->inet_rcv_saddr; in sctp_copy_sock()
9340 newinet->inet_dport = htons(asoc->peer.port); in sctp_copy_sock()
9341 newinet->pmtudisc = inet->pmtudisc; in sctp_copy_sock()
9342 newinet->inet_id = prandom_u32(); in sctp_copy_sock()
9344 newinet->uc_ttl = inet->uc_ttl; in sctp_copy_sock()
9345 newinet->mc_loop = 1; in sctp_copy_sock()
9346 newinet->mc_ttl = 1; in sctp_copy_sock()
9347 newinet->mc_index = 0; in sctp_copy_sock()
9348 newinet->mc_list = NULL; in sctp_copy_sock()