Home
last modified time | relevance | path

Searched refs:tcp_estimate_tls_overhead (Results 1 – 3 of 3) 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() function
4923 fil->end_seq += tcp_estimate_tls_overhead( in tcp_req_alloc_req_full()
/freebsd/sys/netinet/tcp_stacks/
H A Drack.c11446 len += tcp_estimate_tls_overhead(tp->t_inpcb.inp_socket, len); in rack_set_dgp_hybrid_mode()