Searched defs:tcpstat (Results 1 – 3 of 3) sorted by relevance
565 struct tcpstat { struct569 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 …]
607 struct tcpstat tcpstat; in tcp_stats() local