Home
last modified time | relevance | path

Searched refs:is_sack_reneg (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dtcp.h233 is_sack_reneg:1, /* in recovery from loss with SACK reneg? */ member
/linux/net/ipv4/
H A Dtcp_input.c1725 bool is_sack_reneg, struct rate_sample *rs) in tcp_rate_gen() argument
1748 if (!rs->prior_mstamp || is_sack_reneg) { in tcp_rate_gen()
2536 tp->is_sack_reneg = 1; in tcp_timeout_mark_lost()
2917 tp->is_sack_reneg = 0; in tcp_try_undo_recovery()
2955 tp->is_sack_reneg = 0; in tcp_try_undo_loss()
4283 bool is_sack_reneg = tp->is_sack_reneg; in tcp_ack() local
4439 tcp_rate_gen(sk, delivered, lost, is_sack_reneg, sack_state.rate); in tcp_ack()
H A Dtcp.c3440 tp->is_sack_reneg = 0; in tcp_disconnect()