Searched refs:tcp_recv_dupack (Results 1 – 1 of 1) sorted by relevance
274 static boolean_t tcp_recv_dupack(struct tcpcb *, tcp_seq, u_int);2047 if (tcp_recv_dupack(tp, th->th_ack, to.to_flags)) in tcp_input()2547 if (delayed_dupack && tcp_recv_dupack(tp, th_dupack, to_flags)) in tcp_input()3462 tcp_recv_dupack(struct tcpcb *tp, tcp_seq th_ack, u_int to_flags) in tcp_recv_dupack() function