Home
last modified time | relevance | path

Searched refs:tcps_keepdrops (Results 1 – 6 of 6) sorted by relevance

/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h581 uint64_t tcps_keepdrops; /* connections dropped in keepalive */ member
/f-stack/freebsd/netinet/
H A Dtcp_var.h581 uint64_t tcps_keepdrops; /* connections dropped in keepalive */ member
H A Dtcp_timer.c500 TCPSTAT_INC(tcps_keepdrops); in tcp_timer_keep()
/f-stack/tools/netstat/
H A Dinet.c759 p(tcps_keepdrops, "\t\t{:connections-dropped-by-keepalives/%ju} " in tcp_stats()
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c5484 KMOD_TCPSTAT_INC(tcps_keepdrops); in rack_timeout_keepalive()
H A Dbbr.c4872 KMOD_TCPSTAT_INC(tcps_keepdrops); in bbr_timeout_keepalive()