Lines Matching defs:flag
1002 int flag; member
2359 static bool tcp_time_to_recover(struct sock *sk, int flag) in tcp_time_to_recover()
2687 void tcp_cwnd_reduction(struct sock *sk, int newly_acked_sacked, int newly_lost, int flag) in tcp_cwnd_reduction()
2757 static void tcp_try_to_open(struct sock *sk, int flag) in tcp_try_to_open()
2917 static void tcp_process_loss(struct sock *sk, int flag, int num_dupack, in tcp_process_loss()
3048 int fast_rexmit = 0, flag = *ack_flag; in tcp_fastretrans_alert() local
3163 static void tcp_update_rtt_min(struct sock *sk, u32 rtt_us, const int flag) in tcp_update_rtt_min()
3179 static bool tcp_ack_update_rtt(struct sock *sk, const int flag, in tcp_ack_update_rtt()
3346 int flag = 0; in tcp_clean_rtx_queue() local
3560 static inline bool tcp_ack_is_dubious(const struct sock *sk, const int flag) in tcp_ack_is_dubious()
3567 static inline bool tcp_may_raise_cwnd(const struct sock *sk, const int flag) in tcp_may_raise_cwnd()
3588 int flag, const struct rate_sample *rs) in tcp_cong_control()
3648 int flag = 0; in tcp_ack_update_window() local
3783 static void tcp_process_tlp_ack(struct sock *sk, u32 ack, int flag) in tcp_process_tlp_ack()
3843 static u32 tcp_newly_delivered(struct sock *sk, u32 prior_delivered, int flag) in tcp_newly_delivered()
3858 static int tcp_ack(struct sock *sk, const struct sk_buff *skb, int flag) in tcp_ack()