Home
last modified time | relevance | path

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

/linux-6.15/net/ipv4/
H A Dtcp_diag.c173 if (ulp_ops->get_info_size) in tcp_diag_get_aux_size()
174 size += ulp_ops->get_info_size(sk, net_admin); in tcp_diag_get_aux_size()
/linux-6.15/net/mptcp/
H A Ddiag.c119 ops->get_info_size = subflow_get_info_size; in mptcp_diag_subflow_init()
/linux-6.15/net/tls/
H A Dtls_main.c1175 .get_info_size = tls_get_info_size,
/linux-6.15/include/net/
H A Dtcp.h2647 size_t (*get_info_size)(const struct sock *sk, bool net_admin); member