Searched refs:newinet (Results 1 – 8 of 8) sorted by relevance
415 struct inet_sock *newinet; in dccp_v4_request_recv_sock() local425 newinet = inet_sk(newsk); in dccp_v4_request_recv_sock()429 newinet->inet_saddr = ireq->ir_loc_addr; in dccp_v4_request_recv_sock()430 RCU_INIT_POINTER(newinet->inet_opt, rcu_dereference(ireq->ireq_opt)); in dccp_v4_request_recv_sock()431 newinet->mc_index = inet_iif(skb); in dccp_v4_request_recv_sock()432 newinet->mc_ttl = ip_hdr(skb)->ttl; in dccp_v4_request_recv_sock()433 newinet->inet_id = get_random_u16(); in dccp_v4_request_recv_sock()448 newinet->inet_opt = NULL; in dccp_v4_request_recv_sock()459 newinet->inet_opt = NULL; in dccp_v4_request_recv_sock()
422 struct inet_sock *newinet; in dccp_v6_request_recv_sock() local436 newinet = inet_sk(newsk); in dccp_v6_request_recv_sock()437 newinet->pinet6 = &newdp6->inet6; in dccp_v6_request_recv_sock()495 newinet = inet_sk(newsk); in dccp_v6_request_recv_sock()496 newinet->pinet6 = &newdp6->inet6; in dccp_v6_request_recv_sock()510 newinet->inet_opt = NULL; in dccp_v6_request_recv_sock()543 newinet->inet_daddr = newinet->inet_saddr = LOOPBACK4_IPV6; in dccp_v6_request_recv_sock()544 newinet->inet_rcv_saddr = LOOPBACK4_IPV6; in dccp_v6_request_recv_sock()
178 struct inet_sock *newinet, *inet = inet_sk(sk); in sctp_v4_copy_ip_options() local181 newinet = inet_sk(newsk); in sctp_v4_copy_ip_options()194 RCU_INIT_POINTER(newinet->inet_opt, newopt); in sctp_v4_copy_ip_options()580 struct inet_sock *newinet; in sctp_v4_create_accept_sk() local592 newinet = inet_sk(newsk); in sctp_v4_create_accept_sk()594 newinet->inet_daddr = asoc->peer.primary_addr.v4.sin_addr.s_addr; in sctp_v4_create_accept_sk()
9417 struct inet_sock *newinet; in sctp_copy_sock() local9441 newinet = inet_sk(newsk); in sctp_copy_sock()9446 newinet->inet_sport = inet->inet_sport; in sctp_copy_sock()9447 newinet->inet_saddr = inet->inet_saddr; in sctp_copy_sock()9448 newinet->inet_rcv_saddr = inet->inet_rcv_saddr; in sctp_copy_sock()9449 newinet->inet_dport = htons(asoc->peer.port); in sctp_copy_sock()9450 newinet->pmtudisc = inet->pmtudisc; in sctp_copy_sock()9451 newinet->inet_id = get_random_u16(); in sctp_copy_sock()9453 newinet->uc_ttl = inet->uc_ttl; in sctp_copy_sock()9454 newinet->mc_loop = 1; in sctp_copy_sock()[all …]
1500 struct inet_sock *newinet; in tcp_v4_syn_recv_sock() local1521 newinet = inet_sk(newsk); in tcp_v4_syn_recv_sock()1526 newinet->inet_saddr = ireq->ir_loc_addr; in tcp_v4_syn_recv_sock()1528 RCU_INIT_POINTER(newinet->inet_opt, inet_opt); in tcp_v4_syn_recv_sock()1529 newinet->mc_index = inet_iif(skb); in tcp_v4_syn_recv_sock()1530 newinet->mc_ttl = ip_hdr(skb)->ttl; in tcp_v4_syn_recv_sock()1531 newinet->rcv_tos = ip_hdr(skb)->tos; in tcp_v4_syn_recv_sock()1535 newinet->inet_id = get_random_u16(); in tcp_v4_syn_recv_sock()1541 newinet->tos = tcp_rsk(req)->syn_tos & ~INET_ECN_MASK; in tcp_v4_syn_recv_sock()1562 addr = (union tcp_md5_addr *)&newinet->inet_daddr; in tcp_v4_syn_recv_sock()[all …]
785 struct inet_sock *newinet = inet_sk(newsk); in inet_csk_route_child_sock() local791 fl4 = &newinet->cork.fl.u.ip4; in inet_csk_route_child_sock()
1116 struct inet_sock *newinet; in chtls_recv_sock() local1187 newinet = inet_sk(newsk); in chtls_recv_sock()1190 newinet->inet_daddr = iph->saddr; in chtls_recv_sock()1191 newinet->inet_rcv_saddr = iph->daddr; in chtls_recv_sock()1192 newinet->inet_saddr = iph->daddr; in chtls_recv_sock()1208 newinet->inet_opt = NULL; in chtls_recv_sock()1209 newinet->inet_daddr = LOOPBACK4_IPV6; in chtls_recv_sock()1210 newinet->inet_saddr = LOOPBACK4_IPV6; in chtls_recv_sock()
1206 struct inet_sock *newinet; in tcp_v6_syn_recv_sock() local1298 newinet = inet_sk(newsk); in tcp_v6_syn_recv_sock()1312 newinet->inet_opt = NULL; in tcp_v6_syn_recv_sock()1359 newinet->inet_daddr = newinet->inet_saddr = LOOPBACK4_IPV6; in tcp_v6_syn_recv_sock()1360 newinet->inet_rcv_saddr = LOOPBACK4_IPV6; in tcp_v6_syn_recv_sock()