Home
last modified time | relevance | path

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

/linux/net/mptcp/
H A Ddiag.c119 ops->get_info_size = subflow_get_info_size; in mptcp_diag_subflow_init()
/linux/net/ipv4/
H A Dtcp_diag.c176 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()
/linux/net/tls/
H A Dtls_main.c1236 .get_info_size = tls_get_info_size,
/linux/include/net/
H A Dtcp.h2748 size_t (*get_info_size)(const struct sock *sk, bool net_admin); member