Searched defs:bbr_log (Results 1 – 1 of 1) sorted by relevance
227 struct bbr_log { struct228 union {232 struct tcpcb *tp;233 uint32_t t_flags;234 uint32_t th_seq;235 uint32_t th_ack;236 uint32_t snd_una;237 uint32_t snd_nxt;238 uint32_t snd_max;239 uint32_t snd_cwnd;[all …]