Home
last modified time | relevance | path

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

/mirbsd/src/sys/netinet/
Dtcp_var.h412 u_int32_t tcps_rcvwinprobe; /* rcvd window probe packets */ member
Dtcp_input.c1417 tcpstat.tcps_rcvwinprobe++;
/mirbsd/src/usr.bin/netstat/
Dinet.c294 p(tcps_rcvwinprobe, "\t\t%u window probe%s\n"); in tcp_stats()