Home
last modified time | relevance | path

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

/freebsd/sys/netinet/tcp_stacks/
H A Dtcp_rack.h59 struct rack_sendmap { struct
62 uint32_t bindex;
63 uint32_t r_start; /* Sequence number of the segment */
64 uint32_t r_end; /* End seq, this is 1 beyond actually */
65 uint32_t r_rtr_bytes; /* How many bytes have been retransmitted */
66 uint32_t r_flags : 24, /* Flags as defined above */
67 r_rtr_cnt : 8; /* Retran count, index this -1 to get time */
68 uint32_t r_act_rxt_cnt; /* The actual total count of transmits */
69 struct mbuf *m;
70 uint32_t soff;
[all …]