Searched refs:newnp (Results 1 – 5 of 5) sorted by relevance
1351 struct ipv6_pinfo *newnp; local1353 newinet->pinet6 = newnp = tcp_inet6_sk(newsk);1356 memcpy(newnp, tcp_inet6_sk(sk), sizeof(struct ipv6_pinfo));1358 newnp->saddr = newsk->sk_v6_rcv_saddr;1368 newnp->ipv6_mc_list = NULL;1369 newnp->ipv6_ac_list = NULL;1370 newnp->pktoptions = NULL;1371 newnp->opt = NULL;1374 newnp->mcast_oif = newinet->mc_index;1375 newnp->mcast_hops = newinet->mc_ttl;[all …]
494 struct ipv6_pinfo *newnp, *np = inet6_sk(sk); in sctp_v6_copy_ip_options() 499 newnp = inet6_sk(newsk); in sctp_v6_copy_ip_options() 508 RCU_INIT_POINTER(newnp->opt, opt); in sctp_v6_copy_ip_options() 492 struct ipv6_pinfo *newnp, *np = inet6_sk(sk); sctp_v6_copy_ip_options() local
4886 struct ipv6_pinfo *newnp; in sctp_clone_sock() local4891 newnp = inet6_sk(newsk); in sctp_clone_sock()4892 memcpy(newnp, inet6_sk(sk), sizeof(struct ipv6_pinfo)); in sctp_clone_sock()4893 newnp->ipv6_mc_list = NULL; in sctp_clone_sock()4894 newnp->ipv6_ac_list = NULL; in sctp_clone_sock()
3660 struct ipv6_pinfo *newnp; in mptcp_copy_ip6_options() local3662 newnp = inet6_sk(newsk); in mptcp_copy_ip6_options()3671 RCU_INIT_POINTER(newnp->opt, opt); in mptcp_copy_ip6_options()