Home
last modified time | relevance | path

Searched refs:tcp_rack_update_reordering_window (Results 1 – 3 of 3) 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() function
H A Dtcp_var.h1904 void tcp_rack_update_reordering_window(struct tcpcb *tp, tcp_seq highest_acked_sacked);
H A Dtcp_input.c5072 tcp_rack_update_reordering_window(tp, highest_sacked_seq); in tcp_input()