Home
last modified time | relevance | path

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

/xnu-11215.41.3/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.h1841 void tcp_rack_update_reordering_window(struct tcpcb *tp, tcp_seq th_ack);
H A Dtcp_input.c4844 tcp_rack_update_reordering_window(tp, th->th_ack); in tcp_input()