Searched defs:prior_unsacked (Results 1 - 1 of 1) sorted by relevance
/linux-4.1.27/net/ipv4/ |
H A D | tcp_input.c | 2509 static void tcp_cwnd_reduction(struct sock *sk, const int prior_unsacked, tcp_cwnd_reduction() argument 2573 static void tcp_try_to_open(struct sock *sk, int flag, const int prior_unsacked) tcp_try_to_open() argument 3475 const int prior_unsacked = tp->packets_out - tp->sacked_out; tcp_ack() local 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 80 milliseconds