Home
last modified time | relevance | path

Searched refs:get_info_size (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/net/ipv4/
H A Dtcp_diag.c174 if (ulp_ops->get_info_size) in tcp_diag_get_aux_size()
175 size += ulp_ops->get_info_size(sk); in tcp_diag_get_aux_size()
/openbmc/linux/net/mptcp/
H A Ddiag.c110 ops->get_info_size = subflow_get_info_size; in mptcp_diag_subflow_init()
/openbmc/linux/net/tls/
H A Dtls_main.c1121 .get_info_size = tls_get_info_size,
/openbmc/linux/include/net/
H A Dtcp.h2383 size_t (*get_info_size)(const struct sock *sk); member