Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet/
H A Dtcp_seq.h110 (tp)->snd_recover = (tp)->send_highest_sack = (tp)->iss
H A Dtcp_sack.c423 if (SEQ_GEQ(start, tp->send_highest_sack)) { in tcp_sack_update_byte_counter()
H A Dtcp_var.h467 …tcp_seq send_highest_sack; /* Sequence number of fresh data sent after the most recent fas… member
H A Dtcp_output.c890 tp->send_highest_sack = tp->snd_nxt; in tcp_output()
H A Dtcp_input.c1818 if (SACK_ENABLED(tp) && SEQ_LT(tp->send_highest_sack, tp->snd_una)) { in tcp_update_snd_una()
1819 tp->send_highest_sack = tp->snd_una; in tcp_update_snd_una()