Lines Matching defs:flag
1239 int flag; member
2122 static void tcp_enter_frto_loss(struct sock *sk, int allowed_segments, int flag) in tcp_enter_frto_loss()
2270 static int tcp_check_sack_reneging(struct sock *sk, int flag) in tcp_check_sack_reneging()
2575 static void tcp_cwnd_down(struct sock *sk, int flag) in tcp_cwnd_down()
2788 static void tcp_try_to_open(struct sock *sk, int flag) in tcp_try_to_open()
2896 static void tcp_fastretrans_alert(struct sock *sk, int pkts_acked, int flag) in tcp_fastretrans_alert()
3066 static void tcp_ack_saw_tstamp(struct sock *sk, int flag) in tcp_ack_saw_tstamp()
3088 static void tcp_ack_no_tstamp(struct sock *sk, u32 seq_rtt, int flag) in tcp_ack_no_tstamp()
3105 static inline void tcp_ack_update_rtt(struct sock *sk, const int flag, in tcp_ack_update_rtt()
3171 int flag = 0; in tcp_clean_rtx_queue() local
3357 static inline int tcp_ack_is_dubious(const struct sock *sk, const int flag) in tcp_ack_is_dubious()
3363 static inline int tcp_may_raise_cwnd(const struct sock *sk, const int flag) in tcp_may_raise_cwnd()
3391 int flag = 0; in tcp_ack_update_window() local
3442 static void tcp_undo_spur_to_response(struct sock *sk, int flag) in tcp_undo_spur_to_response()
3480 static int tcp_process_frto(struct sock *sk, int flag) in tcp_process_frto()
3563 static int tcp_ack(struct sock *sk, struct sk_buff *skb, int flag) in tcp_ack()