Searched refs:sack_bytes_rexmt (Results 1 – 2 of 2) sorted by relevance
727 tcp_sack_output_debug(struct tcpcb *tp, int *sack_bytes_rexmt) in tcp_sack_output_debug() argument731 *sack_bytes_rexmt = 0; in tcp_sack_output_debug()737 *sack_bytes_rexmt += (p->rxmit - p->start); in tcp_sack_output_debug()740 *sack_bytes_rexmt += (p->rxmit - p->start); in tcp_sack_output_debug()763 tcp_sack_output(struct tcpcb *tp, int *sack_bytes_rexmt) in tcp_sack_output() argument769 *sack_bytes_rexmt = tp->sackhint.sack_bytes_rexmit; in tcp_sack_output()785 if (*sack_bytes_rexmt != dbg_bytes_rexmt) { in tcp_sack_output()788 __func__, dbg_bytes_rexmt, *sack_bytes_rexmt); in tcp_sack_output()789 *sack_bytes_rexmt = dbg_bytes_rexmt; in tcp_sack_output()
1696 struct sackhole *tcp_sack_output(struct tcpcb *tp, int *sack_bytes_rexmt);