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