Home
last modified time | relevance | path

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

/dragonfly/usr.bin/systat/
H A Dtcp.c192 DO(tcps_rcvwinprobe); in domode()
243 L(18, tcps_keeptimeo); R(18, tcps_rcvwinprobe); in showtcp()
/dragonfly/sys/netinet/
H A Dtcp_var.h406 u_long tcps_rcvwinprobe; /* rcvd window probe packets */ member
H A Dtcp_input.c1887 tcpstat.tcps_rcvwinprobe++; in tcp_input()
/dragonfly/usr.bin/netstat/
H A Dinet.c488 p(tcps_rcvwinprobe, "\t\t%lu window probe%s\n"); in tcp_stats()