Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dtcp_input.c1033 else if (tp->tlp_high_seq && tp->tlp_high_seq == end_seq) in tcp_dsack_seen()
2131 if (tp->tlp_high_seq && tp->tlp_retrans) in tcp_init_undo()
2214 tp->tlp_high_seq = 0; in tcp_enter_loss()
2684 tp->tlp_high_seq = 0; in tcp_init_cwnd_reduction()
3793 if (before(ack, tp->tlp_high_seq)) in tcp_process_tlp_ack()
3798 tp->tlp_high_seq = 0; in tcp_process_tlp_ack()
3801 tp->tlp_high_seq = 0; in tcp_process_tlp_ack()
3802 } else if (after(ack, tp->tlp_high_seq)) { in tcp_process_tlp_ack()
3815 tp->tlp_high_seq = 0; in tcp_process_tlp_ack()
3997 if (tp->tlp_high_seq) in tcp_ack()
[all …]
H A Dtcp_output.c2883 if (tp->tlp_high_seq) in tcp_send_loss_probe()
2929 tp->tlp_high_seq = tp->snd_nxt; in tcp_send_loss_probe()
H A Dtcp.c3104 tp->tlp_high_seq = 0; in tcp_disconnect()
/openbmc/linux/include/linux/
H A Dtcp.h282 u32 tlp_high_seq; /* snd_nxt at the time of TLP */ member
/openbmc/linux/include/net/
H A Dtcp.h2263 tcp_sk(sk)->tlp_high_seq, sk->sk_state, in tcp_rto_delta_us()