Searched refs:tls_usr_bytes (Results 1 – 2 of 2) sorted by relevance
1553 tcp_estimate_tls_overhead(struct socket *so, uint64_t tls_usr_bytes);
4360 tcp_estimate_tls_overhead(struct socket *so, uint64_t tls_usr_bytes) in tcp_estimate_tls_overhead() argument4371 records = ((tls_usr_bytes + tls->params.max_frame_len - 1)/tls->params.max_frame_len); in tcp_estimate_tls_overhead()