Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dtcp_input.c1295 tp->undo_marker ? tp->undo_retrans : 0); in tcp_check_sack_reordering()
1464 if (!is_dsack || !tp->undo_marker) in tcp_is_sackblock_valid()
1471 if (!before(start_seq, tp->undo_marker)) in tcp_is_sackblock_valid()
1475 if (!after(end_seq, tp->undo_marker)) in tcp_is_sackblock_valid()
1515 if (tp->undo_marker && tp->undo_retrans > 0 && in tcp_check_dsack()
1517 after(end_seq_0, tp->undo_marker)) in tcp_check_dsack()
1622 if (tp->undo_marker && tp->undo_retrans > 0 && in tcp_sacktag_one()
1623 after(end_seq, tp->undo_marker)) in tcp_sacktag_one()
2269 if (!tp->undo_marker) in tcp_sacktag_write_queue()
2400 if (inet_csk(sk)->icsk_ca_state != TCP_CA_Loss || tp->undo_marker) in tcp_sacktag_write_queue()
[all …]
H A Dtcp_minisocks.c630 newtp->undo_marker = treq->snt_isn; in tcp_create_openreq_child()
/linux/include/linux/
H A Dtcp.h448 u32 undo_marker; /* snd_una upon a new recovery episode. */ member
/linux/Documentation/networking/net_cachelines/
H A Dtcp_sock.rst141 u32 undo_marker
/linux/Documentation/networking/
H A Dsnmp_counter.rst712 updated. Which counter will be updated depends on the undo_marker flag
713 of the TCP socket. If the undo_marker is not set, the TCP stack isn't
717 will be updated. If the undo_marker is set, TcpExtTCPDSACKIgnoredOld