Lines Matching defs:flag
1134 int flag; member
2003 static bool tcp_check_sack_reneging(struct sock *sk, int flag) in tcp_check_sack_reneging()
2042 static bool tcp_pause_early_retransmit(struct sock *sk, int flag) in tcp_pause_early_retransmit()
2159 static bool tcp_time_to_recover(struct sock *sk, int flag) in tcp_time_to_recover()
2573 static void tcp_try_to_open(struct sock *sk, int flag, const int prior_unsacked) in tcp_try_to_open()
2696 static void tcp_process_loss(struct sock *sk, int flag, bool is_dupack) in tcp_process_loss()
2790 bool is_dupack, int flag) in tcp_fastretrans_alert()
2902 static inline bool tcp_ack_update_rtt(struct sock *sk, const int flag, in tcp_ack_update_rtt()
3071 int flag = 0; in tcp_clean_rtx_queue() local
3248 static inline bool tcp_ack_is_dubious(const struct sock *sk, const int flag) in tcp_ack_is_dubious()
3255 static inline bool tcp_may_raise_cwnd(const struct sock *sk, const int flag) in tcp_may_raise_cwnd()
3315 int flag = 0; in tcp_ack_update_window() local
3429 static void tcp_process_tlp_ack(struct sock *sk, u32 ack, int flag) in tcp_process_tlp_ack()
3465 static int tcp_ack(struct sock *sk, const struct sk_buff *skb, int flag) in tcp_ack()