Home
last modified time | relevance | path

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

/linux/net/ipv4/
A Dtcp_input.c1044 else if (tp->tlp_high_seq && tp->tlp_high_seq == end_seq) in tcp_dsack_seen()
2142 if (tp->tlp_high_seq && tp->tlp_retrans) in tcp_init_undo()
2225 tp->tlp_high_seq = 0; in tcp_enter_loss()
2695 tp->tlp_high_seq = 0; in tcp_init_cwnd_reduction()
3833 if (before(ack, tp->tlp_high_seq)) in tcp_process_tlp_ack()
3838 tp->tlp_high_seq = 0; in tcp_process_tlp_ack()
3841 tp->tlp_high_seq = 0; in tcp_process_tlp_ack()
3842 } else if (after(ack, tp->tlp_high_seq)) { in tcp_process_tlp_ack()
3855 tp->tlp_high_seq = 0; in tcp_process_tlp_ack()
4037 if (tp->tlp_high_seq) in tcp_ack()
[all …]
A Dtcp_output.c2943 if (tp->tlp_high_seq) in tcp_send_loss_probe()
2989 tp->tlp_high_seq = tp->snd_nxt; in tcp_send_loss_probe()
A Dtcp.c3370 tp->tlp_high_seq = 0; in tcp_disconnect()
4985 CACHELINE_ASSERT_GROUP_MEMBER(struct tcp_sock, tcp_sock_read_rx, tlp_high_seq); in tcp_struct_check()
/linux/Documentation/networking/net_cachelines/
A Dtcp_sock.rst69 u32 tlp_high_seq - read_mostly tcp_a…
/linux/include/linux/
A Dtcp.h237 u32 tlp_high_seq; /* snd_nxt at the time of TLP */ member
/linux/include/net/
A Dtcp.h2451 tcp_sk(sk)->tlp_high_seq, sk->sk_state, in tcp_rto_delta_us()

Completed in 39 milliseconds