Lines Matching defs:newinet
1761 struct inet_sock *newinet;
1782 newinet = inet_sk(newsk);
1785 RCU_INIT_POINTER(newinet->inet_opt, inet_opt);
1786 newinet->mc_index = inet_iif(skb);
1787 newinet->mc_ttl = ip_hdr(skb)->ttl;
1788 newinet->rcv_tos = ip_hdr(skb)->tos;
1792 atomic_set(&newinet->inet_id, get_random_u16());
1798 newinet->tos = tcp_rsk(req)->syn_tos & ~INET_ECN_MASK;
1819 addr = (union tcp_md5_addr *)&newinet->inet_daddr;
1840 newinet->inet_opt = NULL;
1861 newinet->inet_opt = NULL;