Home
last modified time | relevance | path

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

/linux-6.15/net/ipv4/
H A Dtcp_input.c1063 else if (tp->tlp_high_seq && tp->tlp_high_seq == end_seq) in tcp_dsack_seen()
2152 if (tp->tlp_high_seq && tp->tlp_retrans) in tcp_init_undo()
2235 tp->tlp_high_seq = 0; in tcp_enter_loss()
2704 tp->tlp_high_seq = 0; in tcp_init_cwnd_reduction()
3855 if (before(ack, tp->tlp_high_seq)) in tcp_process_tlp_ack()
3860 tp->tlp_high_seq = 0; in tcp_process_tlp_ack()
3863 tp->tlp_high_seq = 0; in tcp_process_tlp_ack()
3864 } else if (after(ack, tp->tlp_high_seq)) { in tcp_process_tlp_ack()
3877 tp->tlp_high_seq = 0; in tcp_process_tlp_ack()
4061 if (tp->tlp_high_seq) in tcp_ack()
[all …]
H A Dtcp_output.c2955 if (tp->tlp_high_seq) in tcp_send_loss_probe()
2999 tp->tlp_high_seq = tp->snd_nxt; in tcp_send_loss_probe()
H A Dtcp.c3397 tp->tlp_high_seq = 0; in tcp_disconnect()
5042 CACHELINE_ASSERT_GROUP_MEMBER(struct tcp_sock, tcp_sock_read_rx, tlp_high_seq); in tcp_struct_check()
/linux-6.15/Documentation/networking/net_cachelines/
H A Dtcp_sock.rst71 u32 tlp_high_seq read_mostly tcp_a…
/linux-6.15/include/linux/
H A Dtcp.h238 u32 tlp_high_seq; /* snd_nxt at the time of TLP */ member
/linux-6.15/include/net/
H A Dtcp.h2513 tcp_sk(sk)->tlp_high_seq, sk->sk_state, in tcp_warn_once()