Home
last modified time | relevance | path

Searched refs:tls_usr_bytes (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_var.h1547 tcp_estimate_tls_overhead(struct socket *so, uint64_t tls_usr_bytes);
H A Dtcp_subr.c4605 tcp_estimate_tls_overhead(struct socket *so, uint64_t tls_usr_bytes) in tcp_estimate_tls_overhead() argument
4616 records = ((tls_usr_bytes + tls->params.max_frame_len - 1)/tls->params.max_frame_len); in tcp_estimate_tls_overhead()