Home
last modified time | relevance | path

Searched refs:tcps_finwait2_drops (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/netinet/
H A Din_kdtrace.c293 MIB_PROBE_TCP(tcps_finwait2_drops);
H A Dtcp_timer.c359 TCPSTAT_INC(tcps_finwait2_drops); in tcp_timer_2msl()
H A Din_kdtrace.h285 SDT_PROBE_DECLARE(mib, tcp, count, tcps_finwait2_drops);
H A Dtcp_var.h1036 uint64_t tcps_finwait2_drops; /* Drop FIN_WAIT_2 connection after time limit */ member
/freebsd/usr.bin/netstat/
H A Dinet.c735 p(tcps_finwait2_drops, "\t" in tcp_stats()