Lines Matching defs:flag
1157 int flag; member
2060 static bool tcp_check_sack_reneging(struct sock *sk, int flag) in tcp_check_sack_reneging()
2206 static bool tcp_time_to_recover(struct sock *sk, int flag) in tcp_time_to_recover()
2522 void tcp_cwnd_reduction(struct sock *sk, int newly_acked_sacked, int flag) in tcp_cwnd_reduction()
2593 static void tcp_try_to_open(struct sock *sk, int flag) in tcp_try_to_open()
2715 static void tcp_process_loss(struct sock *sk, int flag, bool is_dupack, in tcp_process_loss()
2830 int fast_rexmit = 0, flag = *ack_flag; in tcp_fastretrans_alert() local
2950 static bool tcp_ack_update_rtt(struct sock *sk, const int flag, in tcp_ack_update_rtt()
3111 int flag = 0; in tcp_clean_rtx_queue() local
3311 static inline bool tcp_ack_is_dubious(const struct sock *sk, const int flag) in tcp_ack_is_dubious()
3318 static inline bool tcp_may_raise_cwnd(const struct sock *sk, const int flag) in tcp_may_raise_cwnd()
3338 int flag, const struct rate_sample *rs) in tcp_cong_control()
3398 int flag = 0; in tcp_ack_update_window() local
3525 static void tcp_process_tlp_ack(struct sock *sk, u32 ack, int flag) in tcp_process_tlp_ack()
3582 static int tcp_ack(struct sock *sk, const struct sk_buff *skb, int flag) in tcp_ack()