Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/netinet/
H A Dtcp_rack.c210 tcp_rack_update_reordering_window(struct tcpcb *tp, tcp_seq th_ack) in tcp_rack_update_reordering_window() function
H A Dtcp_var.h1849 void tcp_rack_update_reordering_window(struct tcpcb *tp, tcp_seq th_ack);
H A Dtcp_input.c4861 tcp_rack_update_reordering_window(tp, th->th_ack); in tcp_input()