Searched refs:hintrsm (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/netinet/tcp_stacks/ |
H A D | bbr.c | 5873 struct mbuf *mb, int32_t * abandon, struct bbr_sendmap *hintrsm, uint32_t delay_calc, in bbr_log_output() argument 5913 if (th_flags & (TH_SYN | TH_FIN) && (hintrsm == NULL)) { in bbr_log_output() 6002 if (hintrsm && (hintrsm->r_start == seq_out)) { in bbr_log_output() 6003 rsm = hintrsm; in bbr_log_output() 6004 hintrsm = NULL; in bbr_log_output()
|
H A D | rack.c | 513 …struct rack_sendmap *hintrsm, uint32_t add_flags, struct mbuf *s_mb, uint32_t s_moff, int hw_tls, … 8270 struct rack_sendmap *hintrsm, uint32_t add_flag, struct mbuf *s_mb, in rack_log_output() argument 8472 if (hintrsm && (hintrsm->r_start == seq_out)) { in rack_log_output() 8473 rsm = hintrsm; in rack_log_output() 8474 hintrsm = NULL; in rack_log_output()
|