Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_var.h461 uint32_t t_dsack_tlp_bytes; /* dsack bytes received for TLPs sent */ member
1197 uint32_t t_dsack_tlp_bytes; /* (n) */ member
H A Dtcp_subr.c379 tp->t_dsack_tlp_bytes += (start - end); in tcp_record_dsack()
387 tp->t_dsack_tlp_bytes += (start - end); in tcp_record_dsack()
3918 xt->t_dsack_tlp_bytes = tp->t_dsack_tlp_bytes; in tcp_inptoxtp()