Home
last modified time | relevance | path

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

/netbsd/sys/netinet/
H A Dtcp_var.h649 #define TCP_STAT_RCVACKTOOMUCH 46 /* rcvd ACKs for unsent data */ macro
H A Dtcp_input.c2519 TCP_STATINC(TCP_STAT_RCVACKTOOMUCH); in tcp_input()
/netbsd/usr.bin/netstat/
H A Dinet.c447 p(TCP_STAT_RCVACKTOOMUCH, "\t\t%" PRIu64 " ack%s for unsent data\n"); in tcp_stats()