Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/tcp_stacks/
H A Dtcp_bbr.h62 struct bbr_sendmap { struct
65 uint32_t r_start; /* Sequence number of the segment */
66 uint32_t r_end; /* End seq, this is 1 beyond actually */
69 uint32_t r_delivered; /* Delivered amount at send */
71 uint32_t r_del_time; /* The time of the last delivery update */
74 unused_bit:1,
75 r_is_drain:1, /* In a draining cycle */
76 r_app_limited:1,/* We went app limited */
78 uint8_t r_dupack; /* Dup ack count */
81 r_is_gain:1, /* Was in gain cycle */
[all …]