Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dtcp.h250 u32 tlp_high_seq; /* snd_nxt at the time of TLP */ member
/Linux-v5.10/net/ipv4/
Dtcp_timer.c463 tp->tlp_high_seq = 0; in tcp_retransmit_timer()
Dtcp_input.c2558 tp->tlp_high_seq = 0; in tcp_init_cwnd_reduction()
3602 if (before(ack, tp->tlp_high_seq)) in tcp_process_tlp_ack()
3607 tp->tlp_high_seq = 0; in tcp_process_tlp_ack()
3610 tp->tlp_high_seq = 0; in tcp_process_tlp_ack()
3611 } else if (after(ack, tp->tlp_high_seq)) { in tcp_process_tlp_ack()
3624 tp->tlp_high_seq = 0; in tcp_process_tlp_ack()
3802 if (tp->tlp_high_seq) in tcp_ack()
3843 if (tp->tlp_high_seq) in tcp_ack()
Dtcp_output.c2796 if (tp->tlp_high_seq) in tcp_send_loss_probe()
2842 tp->tlp_high_seq = tp->snd_nxt; in tcp_send_loss_probe()
Dtcp.c2730 tp->tlp_high_seq = 0; in tcp_disconnect()