Home
last modified time | relevance | path

Searched refs:newnp (Results 1 – 5 of 5) sorted by relevance

/linux/net/dccp/
H A Dipv6.c
/linux/net/ipv6/
H A Dtcp_ipv6.c1351 struct ipv6_pinfo *newnp; local
1353 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 …]
/linux/net/sctp/
H A Dipv6.c494 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
H A Dsocket.c4886 struct ipv6_pinfo *newnp; in sctp_clone_sock() local
4891 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()
/linux/net/mptcp/
H A Dprotocol.c3660 struct ipv6_pinfo *newnp; in mptcp_copy_ip6_options() local
3662 newnp = inet6_sk(newsk); in mptcp_copy_ip6_options()
3671 RCU_INIT_POINTER(newnp->opt, opt); in mptcp_copy_ip6_options()