Home
last modified time | relevance | path

Searched refs:inet_connection_sock_af_ops (Results 1 – 10 of 10) sorted by relevance

/linux-6.15/net/smc/
H A Dsmc.h311 struct inet_connection_sock_af_ops af_ops;
312 const struct inet_connection_sock_af_ops *ori_af_ops;
/linux-6.15/include/net/
H A Dinet_connection_sock.h35 struct inet_connection_sock_af_ops { struct
92 const struct inet_connection_sock_af_ops *icsk_af_ops;
H A Dtcp.h1061 extern const struct inet_connection_sock_af_ops ipv4_specific;
1089 extern const struct inet_connection_sock_af_ops ipv6_specific;
/linux-6.15/Documentation/networking/net_cachelines/
H A Dinet_connection_sock.rst23 struct inet_connection_sock_af_ops icsk_af_ops read_mostly …
/linux-6.15/net/dccp/
H A Dipv6.c46 static const struct inet_connection_sock_af_ops dccp_ipv6_mapped;
47 static const struct inet_connection_sock_af_ops dccp_ipv6_af_ops;
982 static const struct inet_connection_sock_af_ops dccp_ipv6_af_ops = {
996 static const struct inet_connection_sock_af_ops dccp_ipv6_mapped = {
H A Dipv4.c928 static const struct inet_connection_sock_af_ops dccp_ipv4_af_ops = {
/linux-6.15/net/mptcp/
H A Dsubflow.c696 static struct inet_connection_sock_af_ops subflow_v6_specific __ro_after_init;
697 static struct inet_connection_sock_af_ops subflow_v6m_specific __ro_after_init;
967 static struct inet_connection_sock_af_ops subflow_specific __ro_after_init;
1532 static const struct inet_connection_sock_af_ops *
1547 const struct inet_connection_sock_af_ops *target; in mptcpv6_handle_mapped()
H A Dprotocol.h572 const struct inet_connection_sock_af_ops *icsk_af_ops;
/linux-6.15/net/ipv6/
H A Dtcp_ipv6.c80 static const struct inet_connection_sock_af_ops ipv6_mapped;
81 const struct inet_connection_sock_af_ops ipv6_specific;
2061 const struct inet_connection_sock_af_ops ipv6_specific = {
2093 static const struct inet_connection_sock_af_ops ipv6_mapped = {
/linux-6.15/net/ipv4/
H A Dtcp_ipv4.c2470 const struct inet_connection_sock_af_ops ipv4_specific = {