inet_connection_sock_af_ops
const struct inet_connection_sock_af_ops *icsk_af_ops;
extern const struct inet_connection_sock_af_ops ipv4_specific;
extern const struct inet_connection_sock_af_ops ipv6_specific;
const struct inet_connection_sock_af_ops ipv4_specific = {
const struct inet_connection_sock_af_ops ipv6_specific = {
static const struct inet_connection_sock_af_ops ipv6_mapped = {
static const struct inet_connection_sock_af_ops ipv6_mapped;
const struct inet_connection_sock_af_ops ipv6_specific;
const struct inet_connection_sock_af_ops *icsk_af_ops;
static const struct inet_connection_sock_af_ops *
const struct inet_connection_sock_af_ops *target;
static struct inet_connection_sock_af_ops subflow_v6_specific __ro_after_init;
static struct inet_connection_sock_af_ops subflow_v6m_specific __ro_after_init;
static struct inet_connection_sock_af_ops subflow_specific __ro_after_init;
struct inet_connection_sock_af_ops af_ops;
const struct inet_connection_sock_af_ops *ori_af_ops;