Lines Matching refs:newinet
9413 struct inet_sock *newinet; in sctp_copy_sock() local
9438 newinet = inet_sk(newsk); in sctp_copy_sock()
9443 newinet->inet_sport = inet->inet_sport; in sctp_copy_sock()
9444 newinet->inet_saddr = inet->inet_saddr; in sctp_copy_sock()
9445 newinet->inet_rcv_saddr = inet->inet_rcv_saddr; in sctp_copy_sock()
9446 newinet->inet_dport = htons(asoc->peer.port); in sctp_copy_sock()
9447 newinet->pmtudisc = inet->pmtudisc; in sctp_copy_sock()
9448 newinet->inet_id = prandom_u32(); in sctp_copy_sock()
9450 newinet->uc_ttl = inet->uc_ttl; in sctp_copy_sock()
9451 newinet->mc_loop = 1; in sctp_copy_sock()
9452 newinet->mc_ttl = 1; in sctp_copy_sock()
9453 newinet->mc_index = 0; in sctp_copy_sock()
9454 newinet->mc_list = NULL; in sctp_copy_sock()