Home
last modified time | relevance | path

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

/linux/net/dccp/
H A Dipv6.c
/linux/net/ipv6/
H A Dtcp_ipv6.c1349 struct ipv6_pinfo *newnp;
1351 newinet->pinet6 = newnp = tcp_inet6_sk(newsk);
1354 memcpy(newnp, tcp_inet6_sk(sk), sizeof(struct ipv6_pinfo));
1356 newnp->saddr = newsk->sk_v6_rcv_saddr;
1366 newnp->ipv6_mc_list = NULL;
1367 newnp->ipv6_ac_list = NULL;
1368 newnp->pktoptions = NULL;
1369 newnp->opt = NULL;
1372 newnp->mcast_oif = newinet->mc_index;
1373 newnp
1334 struct ipv6_pinfo *newnp; global() local
1378 struct ipv6_pinfo *newnp; global() local
[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.c4885 struct ipv6_pinfo *newnp; in sctp_clone_sock() local
4890 newnp = inet6_sk(newsk); in sctp_clone_sock()
4891 memcpy(newnp, inet6_sk(sk), sizeof(struct ipv6_pinfo)); in sctp_clone_sock()
4892 newnp->ipv6_mc_list = NULL; in sctp_clone_sock()
4893 newnp->ipv6_ac_list = NULL; in sctp_clone_sock()
/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_cm.c
/linux/net/mptcp/
H A Dprotocol.c3517 struct ipv6_pinfo *newnp; in mptcp_copy_ip6_options() local
3519 newnp = inet6_sk(newsk); in mptcp_copy_ip6_options()
3528 RCU_INIT_POINTER(newnp->opt, opt); in mptcp_copy_ip6_options()