Lines Matching refs:u_int64_t
385 u_int64_t tcps_sndbyte; /* data bytes sent */
387 u_int64_t tcps_sndrexmitbyte; /* data bytes retransmitted */
388 u_int64_t tcps_sndrexmitfast; /* Fast retransmits */
397 u_int64_t tcps_rcvbyte; /* bytes received in sequence */
404 u_int64_t tcps_rcvdupbyte; /* duplicate-only bytes received */
406 u_int64_t tcps_rcvpartdupbyte; /* dup. bytes in part-dup. packets */
408 u_int64_t tcps_rcvoobyte; /* out-of-order bytes received */
410 u_int64_t tcps_rcvbyteafterwin; /* bytes rcvd after window */
417 u_int64_t tcps_rcvackbyte; /* bytes acked by rcvd acks */
428 u_int64_t tcps_rcvgoodsig; /* rcvd good TCP signatures */
445 u_int64_t tcps_sc_added; /* # of entries added */
446 u_int64_t tcps_sc_completed; /* # of connections completed */
447 u_int64_t tcps_sc_timed_out; /* # of entries timed out */
448 u_int64_t tcps_sc_overflowed; /* # dropped due to overflow */
449 u_int64_t tcps_sc_reset; /* # dropped due to RST */
450 u_int64_t tcps_sc_unreach; /* # dropped due to ICMP unreach */
451 u_int64_t tcps_sc_bucketoverflow;/* # dropped due to bucket overflow */
452 u_int64_t tcps_sc_aborted; /* # of entries aborted (no mem) */
453 u_int64_t tcps_sc_dupesyn; /* # of duplicate SYNs received */
454 u_int64_t tcps_sc_dropped; /* # of SYNs dropped (no route/mem) */
455 u_int64_t tcps_sc_collisions; /* # of hash collisions */
456 u_int64_t tcps_sc_retransmitted;/* # of retransmissions */
458 u_int64_t tcps_conndrained; /* # of connections drained */