Home
last modified time | relevance | path

Searched refs:pinet6 (Results 1 – 11 of 11) sorted by relevance

/linux/Documentation/networking/net_cachelines/
H A Dinet_sock.rst12 struct ipv6_pinfo* pinet6
/linux/net/mptcp/
H A Dpm_netlink.c315 if (nla_put_in6_addr(skb, MPTCP_ATTR_SADDR6, &issk->pinet6->saddr)) in mptcp_event_add_subflow()
554 if (nla_put_in6_addr(skb, MPTCP_ATTR_SADDR6, &issk->pinet6->saddr)) in mptcp_event_pm_listener()
H A Dpm_userspace.c458 if (!ipv6_addr_equal(&local->addr6, &issk->pinet6->saddr) || in mptcp_nl_find_ssk()
H A Dprotocol.c3520 inet_sk(nsk)->pinet6 = mptcp_inet6_sk(nsk); in mptcp_sk_clone_init()
/linux/net/ipv6/
H A Dnetfilter.c110 .pinet6 = (struct ipv6_pinfo *) &fake_pinfo, in __nf_ip6_route()
H A Dtcp_ipv6.c1319 newinet->pinet6 = newnp = tcp_inet6_sk(newsk);
1398 newinet->pinet6 = tcp_inet6_sk(newsk);
H A Daf_inet6.c213 inet_sk(sk)->pinet6 = np = inet6_sk_generic(sk); in inet6_create()
/linux/include/linux/
H A Dipv6.h345 return sk_fullsock(__sk) ? inet_sk(__sk)->pinet6 : NULL; in inet6_sk()
/linux/include/net/
H A Dinet_sock.h222 struct ipv6_pinfo *pinet6; member
/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_cm.c1202 newinet->pinet6 = &newtcp6sk->inet6; in chtls_recv_sock()
/linux/net/sctp/
H A Dsocket.c4877 newinet->pinet6 = &((struct sctp6_sock *)newsk)->inet6; in sctp_clone_sock()