Home
last modified time | relevance | path

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

/linux-4.1.27/net/dccp/
Dtimer.c189 !(icsk->icsk_ack.pending & ICSK_ACK_TIMER)) in dccp_delack_timer()
197 icsk->icsk_ack.pending &= ~ICSK_ACK_TIMER; in dccp_delack_timer()
Doutput.c608 if (icsk->icsk_ack.pending & ICSK_ACK_TIMER) {
622 icsk->icsk_ack.pending |= ICSK_ACK_SCHED | ICSK_ACK_TIMER;
/linux-4.1.27/include/net/
Dinet_connection_sock.h161 ICSK_ACK_TIMER = 2, enumerator
239 icsk->icsk_ack.pending |= ICSK_ACK_TIMER; in inet_csk_reset_xmit_timer()
/linux-4.1.27/net/ipv4/
Dtcp_timer.c226 if (sk->sk_state == TCP_CLOSE || !(icsk->icsk_ack.pending & ICSK_ACK_TIMER)) in tcp_delack_timer_handler()
233 icsk->icsk_ack.pending &= ~ICSK_ACK_TIMER; in tcp_delack_timer_handler()
Dtcp_output.c3316 if (icsk->icsk_ack.pending & ICSK_ACK_TIMER) { in tcp_send_delayed_ack()
3329 icsk->icsk_ack.pending |= ICSK_ACK_SCHED | ICSK_ACK_TIMER; in tcp_send_delayed_ack()