Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h570 uint64_t tcps_conndrops; /* embryonic connections dropped */ member
/f-stack/freebsd/netinet/
H A Dtcp_var.h570 uint64_t tcps_conndrops; /* embryonic connections dropped */ member
H A Dtcp_subr.c1907 TCPSTAT_INC(tcps_conndrops); in tcp_drop()
/f-stack/tools/netstat/
H A Dinet.c737 p(tcps_conndrops, "\t{:embryonic-connections-dropped/%ju} " in tcp_stats()