tcp_reno_fast_retransmit
static int tcp_reno_fast_retransmit(struct tcpcb *, const struct tcphdr *);
.fast_retransmit = tcp_reno_fast_retransmit,
return tcp_reno_fast_retransmit(tp, th);