Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_var.h457 uint64_t t_sndtlpbyte; /* total tail loss probe bytes sent */ member
H A Dtcp_subr.c4760 tp->t_sndtlpbyte += len; in tcp_account_for_send()
/freebsd/sys/netinet/tcp_stacks/
H A Drack.c24450 ti->tcpi_total_tlp_bytes = tp->t_sndtlpbyte; in rack_fill_info()