Home
last modified time | relevance | path

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

/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
Dtcp_nip_timer.c163 tp->tlp_high_seq = 0; in tcp_nip_retransmit_timer()
/kernel/linux/linux-5.10/include/linux/
Dtcp.h250 u32 tlp_high_seq; /* snd_nxt at the time of TLP */ member
/kernel/linux/linux-5.10/net/ipv4/
Dtcp_timer.c503 tp->tlp_high_seq = 0; in tcp_retransmit_timer()
Dtcp_input.c2601 tp->tlp_high_seq = 0; in tcp_init_cwnd_reduction()
3665 if (before(ack, tp->tlp_high_seq)) in tcp_process_tlp_ack()
3670 tp->tlp_high_seq = 0; in tcp_process_tlp_ack()
3673 tp->tlp_high_seq = 0; in tcp_process_tlp_ack()
3674 } else if (after(ack, tp->tlp_high_seq)) { in tcp_process_tlp_ack()
3687 tp->tlp_high_seq = 0; in tcp_process_tlp_ack()
3865 if (tp->tlp_high_seq) in tcp_ack()
3908 if (tp->tlp_high_seq) in tcp_ack()
Dtcp_output.c2803 if (tp->tlp_high_seq) in tcp_send_loss_probe()
2849 tp->tlp_high_seq = tp->snd_nxt; in tcp_send_loss_probe()
Dtcp.c2867 tp->tlp_high_seq = 0; in tcp_disconnect()