Lines Matching refs:u_int32_t

39 typedef	u_int32_t tcp_seq;
398 u_int32_t tcpi_rto; /* Retransmission timeout (usec). */
399 u_int32_t __tcpi_ato;
400 u_int32_t tcpi_snd_mss; /* Max segment size for send. */
401 u_int32_t tcpi_rcv_mss; /* Max segment size for receive. */
403 u_int32_t __tcpi_unacked;
404 u_int32_t __tcpi_sacked;
405 u_int32_t __tcpi_lost;
406 u_int32_t __tcpi_retrans;
407 u_int32_t __tcpi_fackets;
410 u_int32_t __tcpi_last_data_sent;
411 u_int32_t __tcpi_last_ack_sent; /* Also unimpl. on Linux? */
412 u_int32_t tcpi_last_data_recv; /* Time since last recv data. */
413 u_int32_t __tcpi_last_ack_recv;
416 u_int32_t __tcpi_pmtu;
417 u_int32_t __tcpi_rcv_ssthresh;
418 u_int32_t tcpi_rtt; /* Smoothed RTT in usecs. */
419 u_int32_t tcpi_rttvar; /* RTT variance in usecs. */
420 u_int32_t tcpi_snd_ssthresh; /* Slow start threshold. */
421 u_int32_t tcpi_snd_cwnd; /* Send congestion window. */
422 u_int32_t __tcpi_advmss;
423 u_int32_t __tcpi_reordering;
425 u_int32_t __tcpi_rcv_rtt;
426 u_int32_t tcpi_rcv_space; /* Advertised recv window. */
429 u_int32_t tcpi_snd_wnd; /* Advertised send window. */
430 u_int32_t tcpi_snd_bwnd; /* No longer used. */
431 u_int32_t tcpi_snd_nxt; /* Next egress seqno */
432 u_int32_t tcpi_rcv_nxt; /* Next ingress seqno */
433 u_int32_t tcpi_toe_tid; /* HWTID for TOE endpoints */
434 u_int32_t tcpi_snd_rexmitpack; /* Retransmitted packets */
435 u_int32_t tcpi_rcv_ooopack; /* Out-of-order packets */
436 u_int32_t tcpi_snd_zerowin; /* Zero-sized windows sent */
439 u_int32_t tcpi_delivered_ce;
440 u_int32_t tcpi_received_ce; /* # of CE marks received */
441 u_int32_t __tcpi_delivered_e1_bytes;
442 u_int32_t __tcpi_delivered_e0_bytes;
443 u_int32_t __tcpi_delivered_ce_bytes;
444 u_int32_t __tcpi_received_e1_bytes;
445 u_int32_t __tcpi_received_e0_bytes;
446 u_int32_t __tcpi_received_ce_bytes;
448 u_int32_t tcpi_total_tlp; /* tail loss probes sent */
451 u_int32_t tcpi_snd_una; /* Unacked seqno sent */
452 u_int32_t tcpi_snd_max; /* Highest seqno sent */
453 u_int32_t tcpi_rcv_numsacks; /* Distinct SACK blks present */
454 u_int32_t tcpi_rcv_adv; /* Peer advertised window */
455 u_int32_t tcpi_dupacks; /* Consecutive dup ACKs recvd */
457 u_int32_t tcpi_rttmin; /* Min observed RTT */
459 u_int32_t __tcpi_pad[14]; /* Padding. */