Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_subr.c4295 uint32_t rec_oh, records; in tcp_estimate_tls_overhead() local
4301 rec_oh = tls->params.tls_hlen + tls->params.tls_tlen; in tcp_estimate_tls_overhead()
4303 return (records * rec_oh); in tcp_estimate_tls_overhead()