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

/linux-master/net/ipv4/
H A Dtcp_input.c1145 bool ece_ack)
1148 if (ece_ack)
2073 static void tcp_add_reno_sack(struct sock *sk, int num_dupack, bool ece_ack) argument
2084 tcp_count_delivered(tp, delivered, ece_ack);
2091 static void tcp_remove_reno_sacks(struct sock *sk, int acked, bool ece_ack) argument
2098 ece_ack);
2839 void tcp_enter_recovery(struct sock *sk, bool ece_ack) argument
2855 if (!ece_ack)
3005 bool ece_ack = flag & FLAG_ECE; local
3014 if (ece_ack)
1144 tcp_count_delivered(struct tcp_sock *tp, u32 delivered, bool ece_ack) argument
3279 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.h657 void tcp_enter_recovery(struct sock *sk, bool ece_ack);

Completed in 398 milliseconds