Home
last modified time | relevance | path

Searched refs:tt_delack (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/netinet/
H A Dtcp_timer.c256 struct callout *co = &tp->tt_delack->tc_callout; in tcp_timer_delack()
780 tcp_callout_init(tp->tt_delack, TCP_TIMER_DELACK); in tcp_inittimers()
H A Dtcp_input.c297 (tcp_delack_enabled && !tcp_callout_pending(tp, tp->tt_delack) && \
1459 tcp_callout_reset(tp, tp->tt_delack, in tcp_input()
1552 tcp_callout_reset(tp, tp->tt_delack, in tcp_input()
2433 tcp_callout_reset(tp, tp->tt_delack, in tcp_input()
2488 tcp_callout_reset(tp, tp->tt_delack, in tcp_input()
H A Dtcp_var.h156 struct tcp_callout *tt_delack; /* delayed ACK timer */ member
H A Dtcp_subr.c739 tp->tt_delack = &it->inp_tp_delack; in tcp_newtcpcb()
925 tcp_callout_terminate(tp, tp->tt_delack); in tcp_close()
H A Dtcp_output.c1317 tcp_callout_stop(tp, tp->tt_delack); in tcp_output()