Searched refs:tcp_detect_bad_rexmt (Results 1 – 2 of 2) sorted by relevance
| /xnu-11215.81.4/bsd/netinet/ |
| H A D | tcp_var.h | 1825 int tcp_detect_bad_rexmt(struct tcpcb *, struct tcphdr *, struct tcpopt *,
|
| H A D | tcp_input.c | 1325 tcp_detect_bad_rexmt(struct tcpcb *tp, struct tcphdr *th, in tcp_detect_bad_rexmt() function 1425 tcp_detect_bad_rexmt(tp, th, to, tp->t_rxtstart)) { in tcp_bad_rexmt_check() 1431 !tcp_detect_bad_rexmt(tp, th, to, tp->t_tlpstart)) { in tcp_bad_rexmt_check()
|