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

/linux-master/net/ipv4/
H A Dtcp_input.c1148 bool ece_ack)
1151 if (ece_ack)
2076 static void tcp_add_reno_sack(struct sock *sk, int num_dupack, bool ece_ack) argument
2087 tcp_count_delivered(tp, delivered, ece_ack);
2094 static void tcp_remove_reno_sacks(struct sock *sk, int acked, bool ece_ack) argument
2101 ece_ack);
2842 void tcp_enter_recovery(struct sock *sk, bool ece_ack) argument
2858 if (!ece_ack)
3008 bool ece_ack = flag & FLAG_ECE; local
3017 if (ece_ack)
1147 tcp_count_delivered(struct tcp_sock *tp, u32 delivered, bool ece_ack) argument
3282 tcp_clean_rtx_queue(struct sock *sk, const struct sk_buff *ack_skb, u32 prior_fack, u32 prior_snd_una, struct tcp_sacktag_state *sack, bool ece_ack) argument
[all...]
/linux-master/include/net/
H A Dtcp.h652 void tcp_enter_recovery(struct sock *sk, bool ece_ack);

Completed in 219 milliseconds