Home
last modified time | relevance | path

Searched refs:highest_acked_sacked (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.1.9/bsd/netinet/
H A Dtcp_rack.c203 tcp_rack_update_reordering_window(struct tcpcb *tp, tcp_seq highest_acked_sacked) in tcp_rack_update_reordering_window() argument
218 if (SEQ_LEQ(highest_acked_sacked, tp->rack.dsack_round_end)) { in tcp_rack_update_reordering_window()
H A Dtcp_var.h1904 void tcp_rack_update_reordering_window(struct tcpcb *tp, tcp_seq highest_acked_sacked);