Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dtcp.h280 u32 tlp_high_seq; /* snd_nxt at the time of TLP */ member
/Linux-v6.1/net/ipv4/
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()
3688 if (before(ack, tp->tlp_high_seq)) in tcp_process_tlp_ack()
3693 tp->tlp_high_seq = 0; in tcp_process_tlp_ack()
3696 tp->tlp_high_seq = 0; in tcp_process_tlp_ack()
3697 } else if (after(ack, tp->tlp_high_seq)) { in tcp_process_tlp_ack()
3710 tp->tlp_high_seq = 0; in tcp_process_tlp_ack()
3888 if (tp->tlp_high_seq) in tcp_ack()
3931 if (tp->tlp_high_seq) in tcp_ack()
Dtcp_timer.c473 tp->tlp_high_seq = 0; in tcp_retransmit_timer()
Dtcp_output.c2811 if (tp->tlp_high_seq) in tcp_send_loss_probe()
2857 tp->tlp_high_seq = tp->snd_nxt; in tcp_send_loss_probe()
Dtcp.c3176 tp->tlp_high_seq = 0; in tcp_disconnect()