Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dtcp.h251 u32 tlp_high_seq; /* snd_nxt at the time of TLP */ member
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_input.c2600 tp->tlp_high_seq = 0; in tcp_init_cwnd_reduction()
3658 if (before(ack, tp->tlp_high_seq)) in tcp_process_tlp_ack()
3663 tp->tlp_high_seq = 0; in tcp_process_tlp_ack()
3666 tp->tlp_high_seq = 0; in tcp_process_tlp_ack()
3667 } else if (after(ack, tp->tlp_high_seq)) { in tcp_process_tlp_ack()
3680 tp->tlp_high_seq = 0; in tcp_process_tlp_ack()
3858 if (tp->tlp_high_seq) in tcp_ack()
3901 if (tp->tlp_high_seq) in tcp_ack()
H A Dtcp_timer.c475 tp->tlp_high_seq = 0; in tcp_retransmit_timer()
H A Dtcp_output.c2801 if (tp->tlp_high_seq) in tcp_send_loss_probe()
2847 tp->tlp_high_seq = tp->snd_nxt; in tcp_send_loss_probe()
H A Dtcp.c2815 tp->tlp_high_seq = 0; in tcp_disconnect()