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.c1334 struct ipv6_pinfo *newnp; local
1336 newinet->pinet6 = newnp = tcp_inet6_sk(newsk);
1339 memcpy(newnp, tcp_inet6_sk(sk), sizeof(struct ipv6_pinfo));
1341 newnp->saddr = newsk->sk_v6_rcv_saddr;
1351 newnp->ipv6_mc_list = NULL;
1352 newnp->ipv6_ac_list = NULL;
1353 newnp->pktoptions = NULL;
1354 newnp->opt = NULL;
1357 newnp->mcast_oif = newinet->mc_index;
1358 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.c4876 struct ipv6_pinfo *newnp; in sctp_clone_sock()
4881 newnp = inet6_sk(newsk); in sctp_clone_sock()
4882 memcpy(newnp, inet6_sk(sk), sizeof(struct ipv6_pinfo)); in sctp_clone_sock()
4883 newnp->ipv6_mc_list = NULL; in sctp_clone_sock()
4884 newnp->ipv6_ac_list = NULL; in sctp_clone_sock()
4875 struct ipv6_pinfo *newnp; sctp_clone_sock() local
/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_cm.c1199 struct ipv6_pinfo *newnp = inet6_sk(newsk); in chtls_recv_sock() local
1204 memcpy(newnp, np, sizeof(struct ipv6_pinfo)); in chtls_recv_sock()
1208 newnp->pktoptions = NULL; in chtls_recv_sock()
/linux/net/mptcp/
H A Dprotocol.c3494 struct ipv6_pinfo *newnp; in mptcp_copy_ip6_options() local
3496 newnp = inet6_sk(newsk); in mptcp_copy_ip6_options()
3505 RCU_INIT_POINTER(newnp->opt, opt); in mptcp_copy_ip6_options()