Home
last modified time | relevance | path

Searched refs:tcp_rack_update_reordering_window (Results 1 – 3 of 3) sorted by relevance

/xnu-11417.101.15/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.h1913 void tcp_rack_update_reordering_window(struct tcpcb *tp, tcp_seq highest_acked_sacked);
H A Dtcp_input.c4900 tcp_rack_update_reordering_window(tp, highest_sacked_seq); in tcp_input()