Home
last modified time | relevance | path

Searched refs:t_challenge_ack_end (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/netinet/tcp_stacks/
H A Drack_bbr_common.c526 if (tp->t_challenge_ack_end < now) { in ctf_ack_war_checks()
528 tp->t_challenge_ack_end = now + in ctf_ack_war_checks()
/freebsd/sys/netinet/
H A Dtcp_var.h467 sbintime_t t_challenge_ack_end; /* End of the challenge ack epoch */ member
H A Dtcp_subr.c2170 if (tp->t_challenge_ack_end < now) { in tcp_send_challenge_ack()
2172 tp->t_challenge_ack_end = now + in tcp_send_challenge_ack()