Home
last modified time | relevance | path

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

/Linux-v6.6/net/smc/
Dsmc.h267 struct inet_connection_sock_af_ops af_ops;
268 const struct inet_connection_sock_af_ops *ori_af_ops;
/Linux-v6.6/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.h912 extern const struct inet_connection_sock_af_ops ipv4_specific;
940 extern const struct inet_connection_sock_af_ops ipv6_specific;
/Linux-v6.6/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;
980 static const struct inet_connection_sock_af_ops dccp_ipv6_af_ops = {
996 static const struct inet_connection_sock_af_ops dccp_ipv6_mapped = {
Dipv4.c925 static const struct inet_connection_sock_af_ops dccp_ipv4_af_ops = {
/Linux-v6.6/net/mptcp/
Dsubflow.c627 static struct inet_connection_sock_af_ops subflow_v6_specific __ro_after_init;
628 static struct inet_connection_sock_af_ops subflow_v6m_specific __ro_after_init;
887 static struct inet_connection_sock_af_ops subflow_specific __ro_after_init;
1422 static const struct inet_connection_sock_af_ops *
1437 const struct inet_connection_sock_af_ops *target; in mptcpv6_handle_mapped()
Dprotocol.h526 const struct inet_connection_sock_af_ops *icsk_af_ops;
/Linux-v6.6/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;
1890 const struct inet_connection_sock_af_ops ipv6_specific = {
1917 static const struct inet_connection_sock_af_ops ipv6_mapped = {
/Linux-v6.6/net/ipv4/
Dtcp_ipv4.c2255 const struct inet_connection_sock_af_ops ipv4_specific = {