Home
last modified time | relevance | path

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

/openbmc/linux/net/smc/
H A Dsmc.h269 struct inet_connection_sock_af_ops af_ops;
270 const struct inet_connection_sock_af_ops *ori_af_ops;
/openbmc/linux/include/net/
H A Dinet_connection_sock.h35 struct inet_connection_sock_af_ops { struct
97 const struct inet_connection_sock_af_ops *icsk_af_ops;
H A Dtcp.h915 extern const struct inet_connection_sock_af_ops ipv4_specific;
943 extern const struct inet_connection_sock_af_ops ipv6_specific;
/openbmc/linux/net/dccp/
H A 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;
983 static const struct inet_connection_sock_af_ops dccp_ipv6_af_ops = {
999 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 = {
/openbmc/linux/net/mptcp/
H A Dsubflow.c673 static struct inet_connection_sock_af_ops subflow_v6_specific __ro_after_init;
674 static struct inet_connection_sock_af_ops subflow_v6m_specific __ro_after_init;
934 static struct inet_connection_sock_af_ops subflow_specific __ro_after_init;
1491 static const struct inet_connection_sock_af_ops *
1506 const struct inet_connection_sock_af_ops *target; in mptcpv6_handle_mapped()
H A Dprotocol.h542 const struct inet_connection_sock_af_ops *icsk_af_ops;
/openbmc/linux/net/ipv6/
H A Dtcp_ipv6.c77 static const struct inet_connection_sock_af_ops ipv6_mapped;
78 const struct inet_connection_sock_af_ops ipv6_specific;
1883 const struct inet_connection_sock_af_ops ipv6_specific = {
1910 static const struct inet_connection_sock_af_ops ipv6_mapped = {
/openbmc/linux/net/ipv4/
H A Dtcp_ipv4.c2270 const struct inet_connection_sock_af_ops ipv4_specific = {