Home
last modified time | relevance | path

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

/linux-4.4.14/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.c613 if (icsk->icsk_ack.pending & ICSK_ACK_TIMER) {
627 icsk->icsk_ack.pending |= ICSK_ACK_SCHED | ICSK_ACK_TIMER;
/linux-4.4.14/include/net/
Dinet_connection_sock.h163 ICSK_ACK_TIMER = 2, enumerator
241 icsk->icsk_ack.pending |= ICSK_ACK_TIMER; in inet_csk_reset_xmit_timer()
/linux-4.4.14/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.c3325 if (icsk->icsk_ack.pending & ICSK_ACK_TIMER) { in tcp_send_delayed_ack()
3338 icsk->icsk_ack.pending |= ICSK_ACK_SCHED | ICSK_ACK_TIMER; in tcp_send_delayed_ack()