Home
last modified time | relevance | path

Searched defs:tcpstat (Results 1 – 3 of 3) sorted by relevance

/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h565 struct tcpstat { struct
569 uint64_t tcps_drops; /* connections dropped */
575 uint64_t tcps_delack; /* delayed acks sent */
579 uint64_t tcps_keeptimeo; /* keepalive timeouts */
583 uint64_t tcps_sndtotal; /* total packets sent */
584 uint64_t tcps_sndpack; /* data packets sent */
585 uint64_t tcps_sndbyte; /* data bytes sent */
614 uint64_t tcps_rcvackpack; /* rcvd ack packets */
620 uint64_t tcps_pcbcachemiss;
645 uint64_t tcps_sc_zonefail; /* zalloc() failed */
[all …]
/f-stack/freebsd/netinet/
H A Dtcp_var.h565 struct tcpstat { struct
569 uint64_t tcps_drops; /* connections dropped */
575 uint64_t tcps_delack; /* delayed acks sent */
579 uint64_t tcps_keeptimeo; /* keepalive timeouts */
583 uint64_t tcps_sndtotal; /* total packets sent */
584 uint64_t tcps_sndpack; /* data packets sent */
585 uint64_t tcps_sndbyte; /* data bytes sent */
614 uint64_t tcps_rcvackpack; /* rcvd ack packets */
620 uint64_t tcps_pcbcachemiss;
645 uint64_t tcps_sc_zonefail; /* zalloc() failed */
[all …]
/f-stack/tools/netstat/
H A Dinet.c607 struct tcpstat tcpstat; in tcp_stats() local