Home
last modified time | relevance | path

Searched refs:undo_marker (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/net/ipv4/
Dtcp_input.c1052 tp->undo_marker ? tp->undo_retrans : 0); in tcp_check_sack_reordering()
1230 if (!is_dsack || !tp->undo_marker) in tcp_is_sackblock_valid()
1237 if (!before(start_seq, tp->undo_marker)) in tcp_is_sackblock_valid()
1241 if (!after(end_seq, tp->undo_marker)) in tcp_is_sackblock_valid()
1281 if (tp->undo_marker && tp->undo_retrans > 0 && in tcp_check_dsack()
1283 after(end_seq_0, tp->undo_marker)) in tcp_check_dsack()
1356 if (tp->undo_marker && tp->undo_retrans > 0 && in tcp_sacktag_one()
1357 after(end_seq, tp->undo_marker)) in tcp_sacktag_one()
1859 if (!tp->undo_marker) in tcp_sacktag_write_queue()
1990 if (inet_csk(sk)->icsk_ca_state != TCP_CA_Loss || tp->undo_marker) in tcp_sacktag_write_queue()
[all …]
Dtcp_minisocks.c527 newtp->undo_marker = treq->snt_isn; in tcp_create_openreq_child()
/linux-5.19.10/include/linux/
Dtcp.h342 u32 undo_marker; /* snd_una upon a new recovery episode. */ member
/linux-5.19.10/Documentation/networking/
Dsnmp_counter.rst716 updated. Which counter will be updated depends on the undo_marker flag
717 of the TCP socket. If the undo_marker is not set, the TCP stack isn't
721 will be updated. If the undo_marker is set, TcpExtTCPDSACKIgnoredOld