Home
last modified time | relevance | path

Searched refs:t_sndtime (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/sys/netinet/
HDtcp_output.c259 (tp->t_sndtime && ((ticks - tp->t_sndtime) >= tp->t_rxtcur)))) in tcp_default_output()
1570 tp->t_sndtime = ticks; in tcp_default_output()
HDtcp_var.h384 u_int t_sndtime; /* time last data was sent */ member