Searched refs:tcp_drop (Results 1 – 4 of 4) sorted by relevance
196 tp = tcp_drop(tp, tp->t_softerror);321 tp = tcp_drop(tp, 0); /* ETIMEDOUT); */
261 struct tcpcb *tcp_drop(struct tcpcb *tp, int err);
742 tp = tcp_drop(tp,0); /* XXX Check t_softerror! */984 tp = tcp_drop(tp,0);
244 struct tcpcb *tcp_drop(struct tcpcb *tp, int err) in tcp_drop() function