Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_timewait.c544 TCPSTAT_INC(tcps_closed); in tcp_twclose()
H A Dtcp_var.h572 uint64_t tcps_closed; /* conn. closed (includes drops) */ member
H A Dtcp_subr.c2122 TCPSTAT_INC(tcps_closed); in tcp_close()
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h572 uint64_t tcps_closed; /* conn. closed (includes drops) */ member
/f-stack/tools/netstat/
H A Dinet.c726 p2(tcps_closed, tcps_drops, "\t{:connections-closed/%ju} " in tcp_stats()