tcp_recv_dupack
if (tcp_recv_dupack(tp, th->th_ack, to.to_flags))
if (delayed_dupack && tcp_recv_dupack(tp, th_dupack, to_flags))
static boolean_t tcp_recv_dupack(struct tcpcb *, tcp_seq, u_int);