Lines Matching refs:u_int32_t

72 #define _TCPCB_PTR(x)			u_int32_t
75 u_int32_t lh_first; \
247 u_int32_t rcv_wnd; /* receive window */
250 u_int32_t snd_wnd; /* send window */
251 u_int32_t snd_cwnd; /* congestion-controlled window */
252 u_int32_t snd_ssthresh; /* snd_cwnd size threshold for
260 u_int32_t t_rcvtime; /* time at which a packet was received */
261 u_int32_t t_starttime; /* time connection was established */
265 u_int32_t rfbuf_ts; /* recv buffer autoscaling timestamp */
266 u_int32_t rfbuf_cnt; /* recv buffer autoscaling byte count */
277 u_int32_t t_rttupdated; /* number of times rtt sampled */
278 u_int32_t rxt_conndroptime; /* retxmt conn gets dropped after this time, when set */
279 u_int32_t rxt_start; /* time at a connection starts retransmitting */
280 u_int32_t max_sndwnd; /* largest window peer has offered */
294 u_int32_t ts_recent; /* timestamp echo data */
296 u_int32_t ts_recent_age; /* when last updated */
302 u_int32_t t_bytes_acked; /* ABC "bytes_acked" parameter */
304 u_int32_t snd_cwnd_prev; /* cwnd prior to retransmit */
305 u_int32_t snd_ssthresh_prev; /* ssthresh prior to retransmit */
306 u_int32_t t_badrxtwin; /* window for retransmit recovery */
311 u_int32_t t_persist_timeout; /* ZWP persistence limit as set by PERSIST_TIMEOUT */
312 u_int32_t t_persist_stop; /* persistence limit deadline if triggered by ZWP */
313 u_int32_t t_notsent_lowat; /* Low water for not sent data */
316 u_int32_t rcv_reset;
317 u_int32_t rcv_pps;
318 u_int32_t rcv_byps;
319 u_int32_t rcv_maxbyps;
322 u_int32_t rcv_unackwin; /* to measure win for stretching acks */
323 u_int32_t rcv_by_unackwin; /* bytes seen during the last ack-stretching win */
335 u_int32_t rcv_second; /* start of interval second */
349 u_int32_t t_pktlist_sentlen; /* total bytes in transmit chain */
354 u_int32_t tso_max_segment_size; /* TCP Segment Offloading maximum segment unit for NIC */
359 u_int32_t rxduplicatebytes;
360 u_int32_t rxoutoforderbytes;
361 u_int32_t txretransmitbytes;
362 u_int32_t unused_pad_to_8;
435 u_int32_t to_flags; /* which options are present */
442 u_int32_t to_tsval;
443 u_int32_t to_tsecr;
518 u_int32_t t_segq;
523 u_int32_t unused; /* unused now: was t_template */
567 u_int32_t rcv_wnd; /* receive window */
570 u_int32_t snd_wnd; /* send window */
571 u_int32_t snd_cwnd; /* congestion-controlled window */
572 u_int32_t snd_ssthresh; /* snd_cwnd size threshold for
578 u_int32_t t_rcvtime; /* time at which a packet was received */
579 u_int32_t t_starttime; /* time connection was established */
590 u_int32_t t_rttupdated; /* number of times rtt sampled */
591 u_int32_t max_sndwnd; /* largest window peer has offered */
604 u_int32_t ts_recent; /* timestamp echo data */
606 u_int32_t ts_recent_age; /* when last updated */
613 u_int32_t snd_cwnd_prev; /* cwnd prior to retransmit */
614 u_int32_t snd_ssthresh_prev; /* ssthresh prior to retransmit */
615 u_int32_t t_badrxtwin; /* window for retransmit recovery */
625 u_int32_t tcps_connattempt; /* connections initiated */
626 u_int32_t tcps_accepts; /* connections accepted */
627 u_int32_t tcps_connects; /* connections established */
628 u_int32_t tcps_drops; /* connections dropped */
629 u_int32_t tcps_conndrops; /* embryonic connections dropped */
630 u_int32_t tcps_closed; /* conn. closed (includes drops) */
631 u_int32_t tcps_segstimed; /* segs where we tried to get rtt */
632 u_int32_t tcps_rttupdated; /* times we succeeded */
633 u_int32_t tcps_delack; /* delayed acks sent */
634 u_int32_t tcps_timeoutdrop; /* conn. dropped in rxmt timeout */
635 u_int32_t tcps_rexmttimeo; /* retransmit timeouts */
636 u_int32_t tcps_persisttimeo; /* persist timeouts */
637 u_int32_t tcps_keeptimeo; /* keepalive timeouts */
638 u_int32_t tcps_keepprobe; /* keepalive probes sent */
639 u_int32_t tcps_keepdrops; /* connections dropped in keepalive */
641 u_int32_t tcps_sndtotal; /* total packets sent */
642 u_int32_t tcps_sndpack; /* data packets sent */
643 u_int32_t tcps_sndbyte; /* data bytes sent */
644 u_int32_t tcps_sndrexmitpack; /* data packets retransmitted */
645 u_int32_t tcps_sndrexmitbyte; /* data bytes retransmitted */
646 u_int32_t tcps_sndacks; /* ack-only packets sent */
647 u_int32_t tcps_sndprobe; /* window probes sent */
648 u_int32_t tcps_sndurg; /* packets sent with URG only */
649 u_int32_t tcps_sndwinup; /* window update-only packets sent */
650 u_int32_t tcps_sndctrl; /* control (SYN|FIN|RST) packets sent */
652 u_int32_t tcps_rcvtotal; /* total packets received */
653 u_int32_t tcps_rcvpack; /* packets received in sequence */
654 u_int32_t tcps_rcvbyte; /* bytes received in sequence */
655 u_int32_t tcps_rcvbadsum; /* packets received with ccksum errs */
656 u_int32_t tcps_rcvbadoff; /* packets received with bad offset */
657 u_int32_t tcps_rcvmemdrop; /* packets dropped for lack of memory */
658 u_int32_t tcps_rcvshort; /* packets received too short */
659 u_int32_t tcps_rcvduppack; /* duplicate-only packets received */
660 u_int32_t tcps_rcvdupbyte; /* duplicate-only bytes received */
661 u_int32_t tcps_rcvpartduppack; /* packets with some duplicate data */
662 u_int32_t tcps_rcvpartdupbyte; /* dup. bytes in part-dup. packets */
663 u_int32_t tcps_rcvoopack; /* out-of-order packets received */
664 u_int32_t tcps_rcvoobyte; /* out-of-order bytes received */
665 u_int32_t tcps_rcvpackafterwin; /* packets with data after window */
666 u_int32_t tcps_rcvbyteafterwin; /* bytes rcvd after window */
667 u_int32_t tcps_rcvafterclose; /* packets rcvd after "close" */
668 u_int32_t tcps_rcvwinprobe; /* rcvd window probe packets */
669 u_int32_t tcps_rcvdupack; /* rcvd duplicate acks */
670 u_int32_t tcps_rcvacktoomuch; /* rcvd acks for unsent data */
671 u_int32_t tcps_rcvackpack; /* rcvd ack packets */
672 u_int32_t tcps_rcvackbyte; /* bytes acked by rcvd acks */
673 u_int32_t tcps_rcvwinupd; /* rcvd window update packets */
674 u_int32_t tcps_pawsdrop; /* segments dropped due to PAWS */
675 u_int32_t tcps_predack; /* times hdr predict ok for acks */
676 u_int32_t tcps_preddat; /* times hdr predict ok for data pkts */
677 u_int32_t tcps_pcbcachemiss;
678 u_int32_t tcps_cachedrtt; /* times cached RTT in route updated */
679 u_int32_t tcps_cachedrttvar; /* times cached rttvar updated */
680 u_int32_t tcps_cachedssthresh; /* times cached ssthresh updated */
681 u_int32_t tcps_usedrtt; /* times RTT initialized from route */
682 u_int32_t tcps_usedrttvar; /* times RTTVAR initialized from rt */
683 u_int32_t tcps_usedssthresh; /* times ssthresh initialized from rt*/
684 u_int32_t tcps_persistdrop; /* timeout in persist state */
685 u_int32_t tcps_badsyn; /* bogus SYN, e.g. premature ACK */
686 u_int32_t tcps_mturesent; /* resends due to MTU discovery */
687 u_int32_t tcps_listendrop; /* listen queue overflows */
690 u_int32_t tcps_minmssdrops; /* average minmss too low drops */
691 u_int32_t tcps_sndrexmitbad; /* unnecessary packet retransmissions */
692 u_int32_t tcps_badrst; /* ignored RSTs in the window */
694 u_int32_t tcps_sc_added; /* entry added to syncache */
695 u_int32_t tcps_sc_retransmitted; /* syncache entry was retransmitted */
696 u_int32_t tcps_sc_dupsyn; /* duplicate SYN packet */
697 u_int32_t tcps_sc_dropped; /* could not reply to packet */
698 u_int32_t tcps_sc_completed; /* successful extraction of entry */
699 u_int32_t tcps_sc_bucketoverflow; /* syncache per-bucket limit hit */
700 u_int32_t tcps_sc_cacheoverflow; /* syncache cache limit hit */
701 u_int32_t tcps_sc_reset; /* RST removed entry from syncache */
702 u_int32_t tcps_sc_stale; /* timed out or listen socket gone */
703 u_int32_t tcps_sc_aborted; /* syncache entry aborted */
704 u_int32_t tcps_sc_badack; /* removed due to bad ACK */
705 u_int32_t tcps_sc_unreach; /* ICMP unreachable received */
706 u_int32_t tcps_sc_zonefail; /* zalloc() failed */
707 u_int32_t tcps_sc_sendcookie; /* SYN cookie sent */
708 u_int32_t tcps_sc_recvcookie; /* SYN cookie received */
710 u_int32_t tcps_hc_added; /* entry added to hostcache */
711 u_int32_t tcps_hc_bucketoverflow; /* hostcache per bucket limit hit */
714 u_int32_t tcps_sack_recovery_episode; /* SACK recovery episodes */
715 u_int32_t tcps_sack_rexmits; /* SACK rexmit segments */
716 u_int32_t tcps_sack_rexmit_bytes; /* SACK rexmit bytes */
717 u_int32_t tcps_sack_rcv_blocks; /* SACK blocks (options) received */
718 u_int32_t tcps_sack_send_blocks; /* SACK blocks (options) sent */
719 u_int32_t tcps_sack_sboverflow; /* SACK sendblock overflow */
721 u_int32_t tcps_bg_rcvtotal; /* total background packets received */
722 u_int32_t tcps_rxtfindrop; /* drop conn after retransmitting FIN */
723 u_int32_t tcps_fcholdpacket; /* packets withheld because of flow control */
726 u_int32_t tcps_coalesced_pack; /* number of coalesced packets */
727 u_int32_t tcps_flowtbl_full; /* times flow table was full */
728 u_int32_t tcps_flowtbl_collision; /* collisions in flow tbl */
729 u_int32_t tcps_lro_twopack; /* 2 packets coalesced */
730 u_int32_t tcps_lro_multpack; /* 3 or 4 pkts coalesced */
731 u_int32_t tcps_lro_largepack; /* 5 or more pkts coalesced */
760 u_int32_t xt_len;
778 u_int32_t xt_len;
805 u_int32_t rcv_wnd; /* receive window */
808 u_int32_t snd_wnd; /* send window */
809 u_int32_t snd_cwnd; /* congestion-controlled window */
810 u_int32_t snd_ssthresh; /* snd_cwnd size threshold for
816 u_int32_t t_rcvtime; /* time at which a packet was received */
817 u_int32_t t_starttime; /* time connection was established */
828 u_int32_t t_rttupdated; /* number of times rtt sampled */
829 u_int32_t max_sndwnd; /* largest window peer has offered */
840 u_int32_t ts_recent; /* timestamp echo data */
842 u_int32_t ts_recent_age; /* when last updated */
849 u_int32_t snd_cwnd_prev; /* cwnd prior to retransmit */
850 u_int32_t snd_ssthresh_prev; /* ssthresh prior to retransmit */
851 u_int32_t t_badrxtwin; /* window for retransmit recovery */
861 u_int32_t xt_len;
862 u_int32_t xt_kind; /* XSO_TCPCB */
888 u_int32_t rcv_wnd; /* receive window */
891 u_int32_t snd_wnd; /* send window */
892 u_int32_t snd_cwnd; /* congestion-controlled window */
893 u_int32_t snd_ssthresh; /* snd_cwnd size threshold for
899 u_int32_t t_rcvtime; /* time at which a packet was received */
900 u_int32_t t_starttime; /* time connection was established */
911 u_int32_t t_rttupdated; /* number of times rtt sampled */
912 u_int32_t max_sndwnd; /* largest window peer has offered */
923 u_int32_t ts_recent; /* timestamp echo data */
925 u_int32_t ts_recent_age; /* when last updated */
932 u_int32_t snd_cwnd_prev; /* cwnd prior to retransmit */
933 u_int32_t snd_ssthresh_prev; /* ssthresh prior to retransmit */
934 u_int32_t t_badrxtwin; /* window for retransmit recovery */
996 extern u_int32_t tcp_now; /* for RFC 1323 timestamps */
1056 uint32_t tcp_count_opportunistic(unsigned int ifindex, u_int32_t flags);
1086 extern u_int32_t tcp_sendspace;
1087 extern u_int32_t tcp_recvspace;