Searched refs:get_info_size (Results 1 – 4 of 4) sorted by relevance
119 ops->get_info_size = subflow_get_info_size; in mptcp_diag_subflow_init()
176 if (ulp_ops->get_info_size) in tcp_diag_get_aux_size()177 size += ulp_ops->get_info_size(sk, net_admin); in tcp_diag_get_aux_size()
1236 .get_info_size = tls_get_info_size,
2748 size_t (*get_info_size)(const struct sock *sk, bool net_admin); member