Home
last modified time | relevance | path

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

/Linux-v6.1/net/smc/
Dsmc.h264 struct inet_connection_sock_af_ops af_ops;
265 const struct inet_connection_sock_af_ops *ori_af_ops;
/Linux-v6.1/include/net/
Dinet_connection_sock.h35 struct inet_connection_sock_af_ops { struct
97 const struct inet_connection_sock_af_ops *icsk_af_ops;
Dtcp.h916 extern const struct inet_connection_sock_af_ops ipv4_specific;
944 extern const struct inet_connection_sock_af_ops ipv6_specific;
/Linux-v6.1/net/dccp/
Dipv6.c45 static const struct inet_connection_sock_af_ops dccp_ipv6_mapped;
46 static const struct inet_connection_sock_af_ops dccp_ipv6_af_ops;
981 static const struct inet_connection_sock_af_ops dccp_ipv6_af_ops = {
997 static const struct inet_connection_sock_af_ops dccp_ipv6_mapped = {
Dipv4.c924 static const struct inet_connection_sock_af_ops dccp_ipv4_af_ops = {
/Linux-v6.1/net/mptcp/
Dsubflow.c555 static struct inet_connection_sock_af_ops subflow_v6_specific __ro_after_init;
556 static struct inet_connection_sock_af_ops subflow_v6m_specific __ro_after_init;
821 static struct inet_connection_sock_af_ops subflow_specific __ro_after_init;
1388 static const struct inet_connection_sock_af_ops *
1403 const struct inet_connection_sock_af_ops *target; in mptcpv6_handle_mapped()
Dprotocol.h500 const struct inet_connection_sock_af_ops *icsk_af_ops;
/Linux-v6.1/net/ipv6/
Dtcp_ipv6.c77 static const struct inet_connection_sock_af_ops ipv6_mapped;
78 const struct inet_connection_sock_af_ops ipv6_specific;
1889 const struct inet_connection_sock_af_ops ipv6_specific = {
1916 static const struct inet_connection_sock_af_ops ipv6_mapped = {
/Linux-v6.1/net/ipv4/
Dtcp_ipv4.c2195 const struct inet_connection_sock_af_ops ipv4_specific = {