Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_input.c2038 static void tcp_add_reno_sack(struct sock *sk, int num_dupack, bool ece_ack) in tcp_add_reno_sack() argument
2056 static void tcp_remove_reno_sacks(struct sock *sk, int acked, bool ece_ack) in tcp_remove_reno_sacks() argument
2786 void tcp_enter_recovery(struct sock *sk, bool ece_ack) in tcp_enter_recovery() argument
2944 bool ece_ack = flag & FLAG_ECE; in tcp_fastretrans_alert() local
1109 tcp_count_delivered(struct tcp_sock *tp, u32 delivered, bool ece_ack) tcp_count_delivered() argument
3223 tcp_clean_rtx_queue(struct sock *sk, u32 prior_fack, u32 prior_snd_una, struct tcp_sacktag_state *sack, bool ece_ack) tcp_clean_rtx_queue() argument
[all...]
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_input.c2057 static void tcp_add_reno_sack(struct sock *sk, int num_dupack, bool ece_ack) in tcp_add_reno_sack() argument
2075 static void tcp_remove_reno_sacks(struct sock *sk, int acked, bool ece_ack) in tcp_remove_reno_sacks() argument
2819 void tcp_enter_recovery(struct sock *sk, bool ece_ack) in tcp_enter_recovery() argument
2977 bool ece_ack = flag & FLAG_ECE; in tcp_fastretrans_alert() local
1128 tcp_count_delivered(struct tcp_sock *tp, u32 delivered, bool ece_ack) tcp_count_delivered() argument
3256 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) tcp_clean_rtx_queue() argument
[all...]

Completed in 12 milliseconds