Lines Matching defs:flag
1254 int flag; member
2147 static void tcp_enter_frto_loss(struct sock *sk, int allowed_segments, int flag) in tcp_enter_frto_loss()
2295 static int tcp_check_sack_reneging(struct sock *sk, int flag) in tcp_check_sack_reneging()
2640 static void tcp_cwnd_down(struct sock *sk, int flag) in tcp_cwnd_down()
2888 static void tcp_try_to_open(struct sock *sk, int flag) in tcp_try_to_open()
2999 int fast_rexmit, int flag) in tcp_update_cwnd_in_recovery()
3032 int flag) in tcp_fastretrans_alert()
3186 static void tcp_ack_saw_tstamp(struct sock *sk, int flag) in tcp_ack_saw_tstamp()
3208 static void tcp_ack_no_tstamp(struct sock *sk, u32 seq_rtt, int flag) in tcp_ack_no_tstamp()
3225 static inline void tcp_ack_update_rtt(struct sock *sk, const int flag, in tcp_ack_update_rtt()
3291 int flag = 0; in tcp_clean_rtx_queue() local
3470 static inline int tcp_ack_is_dubious(const struct sock *sk, const int flag) in tcp_ack_is_dubious()
3476 static inline int tcp_may_raise_cwnd(const struct sock *sk, const int flag) in tcp_may_raise_cwnd()
3504 int flag = 0; in tcp_ack_update_window() local
3555 static void tcp_undo_spur_to_response(struct sock *sk, int flag) in tcp_undo_spur_to_response()
3593 static int tcp_process_frto(struct sock *sk, int flag) in tcp_process_frto()
3676 static int tcp_ack(struct sock *sk, const struct sk_buff *skb, int flag) in tcp_ack()