Searched refs:prior_unsacked (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/net/ipv4/
H A Dtcp_input.c2509 static void tcp_cwnd_reduction(struct sock *sk, const int prior_unsacked, tcp_cwnd_reduction() argument
2515 int newly_acked_sacked = prior_unsacked - tcp_cwnd_reduction()
2573 static void tcp_try_to_open(struct sock *sk, int flag, const int prior_unsacked) tcp_try_to_open() argument
2588 tcp_cwnd_reduction(sk, prior_unsacked, 0); tcp_try_to_open()
2745 const int prior_unsacked) tcp_try_undo_partial()
2761 tcp_cwnd_reduction(sk, prior_unsacked, 0); tcp_try_undo_partial()
2789 const int prior_unsacked, tcp_fastretrans_alert()
2848 if (tcp_try_undo_partial(sk, acked, prior_unsacked)) tcp_fastretrans_alert()
2876 tcp_try_to_open(sk, flag, prior_unsacked); tcp_fastretrans_alert()
2898 tcp_cwnd_reduction(sk, prior_unsacked, fast_rexmit); tcp_fastretrans_alert()
3475 const int prior_unsacked = tp->packets_out - tp->sacked_out; tcp_ack() local
3575 tcp_fastretrans_alert(sk, acked, prior_unsacked, tcp_ack()
3595 tcp_fastretrans_alert(sk, acked, prior_unsacked, tcp_ack()
3619 tcp_fastretrans_alert(sk, acked, prior_unsacked, tcp_ack()
2744 tcp_try_undo_partial(struct sock *sk, const int acked, const int prior_unsacked) tcp_try_undo_partial() argument
2788 tcp_fastretrans_alert(struct sock *sk, const int acked, const int prior_unsacked, bool is_dupack, int flag) tcp_fastretrans_alert() argument

Completed in 66 milliseconds