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.c1319 struct ipv6_pinfo *newnp;
1347 newnp = tcp_inet6_sk(newsk);
1350 memcpy(newnp, np, sizeof(struct ipv6_pinfo));
1352 newnp->saddr = newsk->sk_v6_rcv_saddr;
1362 newnp->ipv6_mc_list = NULL;
1363 newnp->ipv6_ac_list = NULL;
1364 newnp->pktoptions = NULL;
1365 newnp->opt = NULL; local
1366 newnp->mcast_oif = inet_iif(skb);
1367 newnp
[all...]
/linux/net/sctp/
H A Dipv6.c492 struct ipv6_pinfo *newnp, *np = inet6_sk(sk); in sctp_v6_copy_ip_options() local
497 newnp = inet6_sk(newsk); in sctp_v6_copy_ip_options()
506 RCU_INIT_POINTER(newnp->opt, opt); in sctp_v6_copy_ip_options()
H A Dsocket.c4875 struct ipv6_pinfo *newnp; in sctp_clone_sock() local
4880 newnp = inet6_sk(newsk); in sctp_clone_sock()
4881 memcpy(newnp, inet6_sk(sk), sizeof(struct ipv6_pinfo)); in sctp_clone_sock()
4882 newnp->ipv6_mc_list = NULL; in sctp_clone_sock()
4883 newnp->ipv6_ac_list = NULL; in sctp_clone_sock()
/linux/net/mptcp/
H A Dprotocol.c3444 struct ipv6_pinfo *newnp; in mptcp_copy_ip6_options() local
3446 newnp = inet6_sk(newsk); in mptcp_copy_ip6_options()
3455 RCU_INIT_POINTER(newnp->opt, opt); in mptcp_copy_ip6_options()