Home
last modified time | relevance | path

Searched defs:num_dupack (Results 1 – 1 of 1) sorted by relevance

/linux/net/ipv4/
H A Dtcp_input.c2452 static void tcp_add_reno_sack(struct sock *sk, int num_dupack, bool ece_ack) in tcp_add_reno_sack()
3214 static void tcp_process_loss(struct sock *sk, int flag, int num_dupack, in tcp_process_loss()
3329 int num_dupack, int *ack_flag, int *rexmit) in tcp_fastretrans_alert()
4256 int num_dupack = 0; in tcp_ack() local