Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h637 uint64_t tcps_sc_completed; /* successful extraction of entry */ member
/f-stack/freebsd/netinet/
H A Dtcp_var.h637 uint64_t tcps_sc_completed; /* successful extraction of entry */ member
H A Dtcp_syncache.c1382 TCPSTAT_INC(tcps_sc_completed); in syncache_expand()
1421 TCPSTAT_INC(tcps_sc_completed); in syncache_tfo_expand()
/f-stack/tools/netstat/
H A Dinet.c774 p1a(tcps_sc_completed, "\t\t{:completed/%ju} {N:/completed}\n"); in tcp_stats()