Searched refs:sack_bytes_rexmt (Results 1 – 2 of 2) sorted by relevance
748 tcp_sack_output_debug(struct tcpcb *tp, int *sack_bytes_rexmt) in tcp_sack_output_debug() argument752 *sack_bytes_rexmt = 0; in tcp_sack_output_debug()758 *sack_bytes_rexmt += (p->rxmit - p->start); in tcp_sack_output_debug()761 *sack_bytes_rexmt += (p->rxmit - p->start); in tcp_sack_output_debug()784 tcp_sack_output(struct tcpcb *tp, int *sack_bytes_rexmt) in tcp_sack_output() argument790 *sack_bytes_rexmt = tp->sackhint.sack_bytes_rexmit; in tcp_sack_output()806 if (*sack_bytes_rexmt != dbg_bytes_rexmt) { in tcp_sack_output()809 __func__, dbg_bytes_rexmt, *sack_bytes_rexmt); in tcp_sack_output()810 *sack_bytes_rexmt = dbg_bytes_rexmt; in tcp_sack_output()
1890 struct sackhole *tcp_sack_output(struct tcpcb *tp, int *sack_bytes_rexmt);