Lines Matching refs:newnp

1121 	struct ipv6_pinfo *newnp;  in tcp_v6_syn_recv_sock()  local
1146 newnp = tcp_inet6_sk(newsk); in tcp_v6_syn_recv_sock()
1149 memcpy(newnp, np, sizeof(struct ipv6_pinfo)); in tcp_v6_syn_recv_sock()
1151 newnp->saddr = newsk->sk_v6_rcv_saddr; in tcp_v6_syn_recv_sock()
1159 newnp->ipv6_mc_list = NULL; in tcp_v6_syn_recv_sock()
1160 newnp->ipv6_ac_list = NULL; in tcp_v6_syn_recv_sock()
1161 newnp->ipv6_fl_list = NULL; in tcp_v6_syn_recv_sock()
1162 newnp->pktoptions = NULL; in tcp_v6_syn_recv_sock()
1163 newnp->opt = NULL; in tcp_v6_syn_recv_sock()
1164 newnp->mcast_oif = inet_iif(skb); in tcp_v6_syn_recv_sock()
1165 newnp->mcast_hops = ip_hdr(skb)->ttl; in tcp_v6_syn_recv_sock()
1166 newnp->rcv_flowinfo = 0; in tcp_v6_syn_recv_sock()
1168 newnp->flow_label = 0; in tcp_v6_syn_recv_sock()
1214 newnp = tcp_inet6_sk(newsk); in tcp_v6_syn_recv_sock()
1216 memcpy(newnp, np, sizeof(struct ipv6_pinfo)); in tcp_v6_syn_recv_sock()
1219 newnp->saddr = ireq->ir_v6_loc_addr; in tcp_v6_syn_recv_sock()
1228 newnp->ipv6_mc_list = NULL; in tcp_v6_syn_recv_sock()
1229 newnp->ipv6_ac_list = NULL; in tcp_v6_syn_recv_sock()
1230 newnp->ipv6_fl_list = NULL; in tcp_v6_syn_recv_sock()
1233 newnp->rxopt.all = np->rxopt.all; in tcp_v6_syn_recv_sock()
1235 newnp->pktoptions = NULL; in tcp_v6_syn_recv_sock()
1236 newnp->opt = NULL; in tcp_v6_syn_recv_sock()
1237 newnp->mcast_oif = tcp_v6_iif(skb); in tcp_v6_syn_recv_sock()
1238 newnp->mcast_hops = ipv6_hdr(skb)->hop_limit; in tcp_v6_syn_recv_sock()
1239 newnp->rcv_flowinfo = ip6_flowinfo(ipv6_hdr(skb)); in tcp_v6_syn_recv_sock()
1241 newnp->flow_label = ip6_flowlabel(ipv6_hdr(skb)); in tcp_v6_syn_recv_sock()
1254 RCU_INIT_POINTER(newnp->opt, opt); in tcp_v6_syn_recv_sock()
1297 newnp->pktoptions = skb_clone(ireq->pktopts, in tcp_v6_syn_recv_sock()
1301 if (newnp->pktoptions) { in tcp_v6_syn_recv_sock()
1302 tcp_v6_restore_cb(newnp->pktoptions); in tcp_v6_syn_recv_sock()
1303 skb_set_owner_r(newnp->pktoptions, newsk); in tcp_v6_syn_recv_sock()