Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/ipv4/
A Dtcp_input.c1229 if (!is_dsack || !tp->undo_marker) in tcp_is_sackblock_valid()
1240 if (!after(end_seq, tp->undo_marker)) in tcp_is_sackblock_valid()
1282 after(end_seq_0, tp->undo_marker)) in tcp_check_dsack()
1356 after(end_seq, tp->undo_marker)) in tcp_sacktag_one()
1858 if (!tp->undo_marker) in tcp_sacktag_write_queue()
2084 tp->undo_marker = 0; in tcp_clear_retrans()
2091 tp->undo_marker = tp->snd_una; in tcp_init_undo()
2508 tp->undo_marker = 0; in tcp_undo_cwnd_reduction()
2674 tp->undo_marker = 0; in tcp_enter_cwr()
2794 tp->undo_marker = 0; in tcp_simple_retransmit()
[all …]
A Dtcp_minisocks.c565 newtp->undo_marker = treq->snt_isn; in tcp_create_openreq_child()
/linux-6.3-rc2/include/linux/
A Dtcp.h372 u32 undo_marker; /* snd_una upon a new recovery episode. */ member
/linux-6.3-rc2/Documentation/networking/
A 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

Completed in 45 milliseconds