Home
last modified time | relevance | path

Searched refs:tlp_high_seq (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/include/linux/
Dtcp.h218 u32 tlp_high_seq; /* snd_nxt at the time of TLP retransmit. */ member
/linux-4.4.14/net/ipv4/
Dtcp_timer.c382 tp->tlp_high_seq = 0; in tcp_retransmit_timer()
Dtcp_minisocks.c482 newtp->tlp_high_seq = 0; in tcp_create_openreq_child()
Dtcp_input.c2463 tp->tlp_high_seq = 0; in tcp_init_cwnd_reduction()
3480 if (before(ack, tp->tlp_high_seq)) in tcp_process_tlp_ack()
3485 tp->tlp_high_seq = 0; in tcp_process_tlp_ack()
3486 } else if (after(ack, tp->tlp_high_seq)) { in tcp_process_tlp_ack()
3499 tp->tlp_high_seq = 0; in tcp_process_tlp_ack()
3623 if (tp->tlp_high_seq) in tcp_ack()
3653 if (tp->tlp_high_seq) in tcp_ack()
Dtcp_output.c2246 if (tp->tlp_high_seq) in tcp_send_loss_probe()
2274 tp->tlp_high_seq = tp->snd_nxt; in tcp_send_loss_probe()