Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dtcp.h280 u32 tlp_high_seq; /* snd_nxt at the time of TLP */ member
/linux-6.3-rc2/net/ipv4/
A Dtcp_input.c1003 else if (tp->tlp_high_seq && tp->tlp_high_seq == end_seq) in tcp_dsack_seen()
2616 tp->tlp_high_seq = 0; in tcp_init_cwnd_reduction()
3689 if (before(ack, tp->tlp_high_seq)) in tcp_process_tlp_ack()
3694 tp->tlp_high_seq = 0; in tcp_process_tlp_ack()
3697 tp->tlp_high_seq = 0; in tcp_process_tlp_ack()
3698 } else if (after(ack, tp->tlp_high_seq)) { in tcp_process_tlp_ack()
3711 tp->tlp_high_seq = 0; in tcp_process_tlp_ack()
3889 if (tp->tlp_high_seq) in tcp_ack()
3932 if (tp->tlp_high_seq) in tcp_ack()
A Dtcp_timer.c473 tp->tlp_high_seq = 0; in tcp_retransmit_timer()
A Dtcp_output.c2808 if (tp->tlp_high_seq) in tcp_send_loss_probe()
2854 tp->tlp_high_seq = tp->snd_nxt; in tcp_send_loss_probe()
A Dtcp.c3178 tp->tlp_high_seq = 0; in tcp_disconnect()

Completed in 33 milliseconds