Lines Matching defs:flag
995 int flag; member
2339 static bool tcp_time_to_recover(struct sock *sk, int flag) in tcp_time_to_recover()
2643 void tcp_cwnd_reduction(struct sock *sk, int newly_acked_sacked, int newly_lost, int flag) in tcp_cwnd_reduction()
2713 static void tcp_try_to_open(struct sock *sk, int flag) in tcp_try_to_open()
2845 static void tcp_process_loss(struct sock *sk, int flag, int num_dupack, in tcp_process_loss()
2976 int fast_rexmit = 0, flag = *ack_flag; in tcp_fastretrans_alert() local
3089 static void tcp_update_rtt_min(struct sock *sk, u32 rtt_us, const int flag) in tcp_update_rtt_min()
3105 static bool tcp_ack_update_rtt(struct sock *sk, const int flag, in tcp_ack_update_rtt()
3272 int flag = 0; in tcp_clean_rtx_queue() local
3486 static inline bool tcp_ack_is_dubious(const struct sock *sk, const int flag) in tcp_ack_is_dubious()
3493 static inline bool tcp_may_raise_cwnd(const struct sock *sk, const int flag) in tcp_may_raise_cwnd()
3514 int flag, const struct rate_sample *rs) in tcp_cong_control()
3574 int flag = 0; in tcp_ack_update_window() local
3709 static void tcp_process_tlp_ack(struct sock *sk, u32 ack, int flag) in tcp_process_tlp_ack()
3769 static u32 tcp_newly_delivered(struct sock *sk, u32 prior_delivered, int flag) in tcp_newly_delivered()
3784 static int tcp_ack(struct sock *sk, const struct sk_buff *skb, int flag) in tcp_ack()