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.c1317 struct ipv6_pinfo *newnp; local
1319 newinet->pinet6 = newnp = tcp_inet6_sk(newsk);
1322 memcpy(newnp, tcp_inet6_sk(sk), sizeof(struct ipv6_pinfo));
1324 newnp->saddr = newsk->sk_v6_rcv_saddr;
1334 newnp->ipv6_mc_list = NULL;
1335 newnp->ipv6_ac_list = NULL;
1336 newnp->pktoptions = NULL;
1337 newnp->opt = NULL;
1340 newnp->mcast_oif = newinet->mc_index;
1341 newnp->mcast_hops = newinet->mc_ttl;
[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/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.c3464 struct ipv6_pinfo *newnp; in mptcp_copy_ip6_options() local
3466 newnp = inet6_sk(newsk); in mptcp_copy_ip6_options()
3475 RCU_INIT_POINTER(newnp->opt, opt); in mptcp_copy_ip6_options()