Searched refs:tcpi_last_ack_recv (Results 1 – 2 of 2) sorted by relevance
/openbsd/sys/netinet/ | ||
H A D | tcp.h | 157 uint32_t tcpi_last_ack_recv; /* since last recv ack. */ member |
H A D | tcp_usrreq.c | 265 ti->tcpi_last_ack_recv = (now - tp->t_rcvacktime) * t; in tcp_fill_info() |