Home
last modified time | relevance | path

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

/dragonfly/sys/netinet/
H A Dtcp_var.h372 u_long tcps_rttcantdetect; /* Eifel but not 1/2 RTT-detectable */ member
H A Dtcp_input.c1262 ++tcpstat.tcps_rttcantdetect; in tcp_input()
2100 ++tcpstat.tcps_rttcantdetect; in tcp_input()
/dragonfly/usr.bin/netstat/
H A Dinet.c460 p2a(tcps_eifeldetected, tcps_rttcantdetect, in tcp_stats()