newinet 1027 drivers/crypto/chelsio/chtls/chtls_cm.c struct inet_sock *newinet; newinet 1070 drivers/crypto/chelsio/chtls/chtls_cm.c newinet = inet_sk(newsk); newinet 1072 drivers/crypto/chelsio/chtls/chtls_cm.c newinet->inet_daddr = iph->saddr; newinet 1073 drivers/crypto/chelsio/chtls/chtls_cm.c newinet->inet_rcv_saddr = iph->daddr; newinet 1074 drivers/crypto/chelsio/chtls/chtls_cm.c newinet->inet_saddr = iph->daddr; newinet 401 net/dccp/ipv4.c struct inet_sock *newinet; newinet 411 net/dccp/ipv4.c newinet = inet_sk(newsk); newinet 415 net/dccp/ipv4.c newinet->inet_saddr = ireq->ir_loc_addr; newinet 416 net/dccp/ipv4.c RCU_INIT_POINTER(newinet->inet_opt, rcu_dereference(ireq->ireq_opt)); newinet 417 net/dccp/ipv4.c newinet->mc_index = inet_iif(skb); newinet 418 net/dccp/ipv4.c newinet->mc_ttl = ip_hdr(skb)->ttl; newinet 419 net/dccp/ipv4.c newinet->inet_id = prandom_u32(); newinet 434 net/dccp/ipv4.c newinet->inet_opt = NULL; newinet 445 net/dccp/ipv4.c newinet->inet_opt = NULL; newinet 407 net/dccp/ipv6.c struct inet_sock *newinet; newinet 421 net/dccp/ipv6.c newinet = inet_sk(newsk); newinet 422 net/dccp/ipv6.c newinet->pinet6 = &newdp6->inet6; newinet 480 net/dccp/ipv6.c newinet = inet_sk(newsk); newinet 481 net/dccp/ipv6.c newinet->pinet6 = &newdp6->inet6; newinet 495 net/dccp/ipv6.c newinet->inet_opt = NULL; newinet 528 net/dccp/ipv6.c newinet->inet_daddr = newinet->inet_saddr = LOOPBACK4_IPV6; newinet 529 net/dccp/ipv6.c newinet->inet_rcv_saddr = LOOPBACK4_IPV6; newinet 608 net/ipv4/inet_connection_sock.c struct inet_sock *newinet = inet_sk(newsk); newinet 614 net/ipv4/inet_connection_sock.c fl4 = &newinet->cork.fl.u.ip4; newinet 1420 net/ipv4/tcp_ipv4.c struct inet_sock *newinet; newinet 1439 net/ipv4/tcp_ipv4.c newinet = inet_sk(newsk); newinet 1444 net/ipv4/tcp_ipv4.c newinet->inet_saddr = ireq->ir_loc_addr; newinet 1446 net/ipv4/tcp_ipv4.c RCU_INIT_POINTER(newinet->inet_opt, inet_opt); newinet 1447 net/ipv4/tcp_ipv4.c newinet->mc_index = inet_iif(skb); newinet 1448 net/ipv4/tcp_ipv4.c newinet->mc_ttl = ip_hdr(skb)->ttl; newinet 1449 net/ipv4/tcp_ipv4.c newinet->rcv_tos = ip_hdr(skb)->tos; newinet 1453 net/ipv4/tcp_ipv4.c newinet->inet_id = prandom_u32(); newinet 1473 net/ipv4/tcp_ipv4.c key = tcp_md5_do_lookup(sk, (union tcp_md5_addr *)&newinet->inet_daddr, newinet 1482 net/ipv4/tcp_ipv4.c tcp_md5_do_add(newsk, (union tcp_md5_addr *)&newinet->inet_daddr, newinet 1495 net/ipv4/tcp_ipv4.c newinet->inet_opt = NULL; newinet 1507 net/ipv4/tcp_ipv4.c newinet->inet_opt = NULL; newinet 1124 net/ipv6/tcp_ipv6.c struct inet_sock *newinet; newinet 1145 net/ipv6/tcp_ipv6.c newinet = inet_sk(newsk); newinet 1213 net/ipv6/tcp_ipv6.c newinet = inet_sk(newsk); newinet 1227 net/ipv6/tcp_ipv6.c newinet->inet_opt = NULL; newinet 1268 net/ipv6/tcp_ipv6.c newinet->inet_daddr = newinet->inet_saddr = LOOPBACK4_IPV6; newinet 1269 net/ipv6/tcp_ipv6.c newinet->inet_rcv_saddr = LOOPBACK4_IPV6; newinet 177 net/sctp/protocol.c struct inet_sock *newinet, *inet = inet_sk(sk); newinet 180 net/sctp/protocol.c newinet = inet_sk(newsk); newinet 193 net/sctp/protocol.c RCU_INIT_POINTER(newinet->inet_opt, newopt); newinet 573 net/sctp/protocol.c struct inet_sock *newinet; newinet 585 net/sctp/protocol.c newinet = inet_sk(newsk); newinet 587 net/sctp/protocol.c newinet->inet_daddr = asoc->peer.primary_addr.v4.sin_addr.s_addr; newinet 9289 net/sctp/socket.c struct inet_sock *newinet; newinet 9314 net/sctp/socket.c newinet = inet_sk(newsk); newinet 9319 net/sctp/socket.c newinet->inet_sport = inet->inet_sport; newinet 9320 net/sctp/socket.c newinet->inet_saddr = inet->inet_saddr; newinet 9321 net/sctp/socket.c newinet->inet_rcv_saddr = inet->inet_rcv_saddr; newinet 9322 net/sctp/socket.c newinet->inet_dport = htons(asoc->peer.port); newinet 9323 net/sctp/socket.c newinet->pmtudisc = inet->pmtudisc; newinet 9324 net/sctp/socket.c newinet->inet_id = prandom_u32(); newinet 9326 net/sctp/socket.c newinet->uc_ttl = inet->uc_ttl; newinet 9327 net/sctp/socket.c newinet->mc_loop = 1; newinet 9328 net/sctp/socket.c newinet->mc_ttl = 1; newinet 9329 net/sctp/socket.c newinet->mc_index = 0; newinet 9330 net/sctp/socket.c newinet->mc_list = NULL;