Home
last modified time | relevance | path

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

/Linux-v5.4/net/dccp/
Dtimer.c187 !(icsk->icsk_ack.pending & ICSK_ACK_TIMER)) in dccp_delack_timer()
195 icsk->icsk_ack.pending &= ~ICSK_ACK_TIMER; in dccp_delack_timer()
Doutput.c610 if (icsk->icsk_ack.pending & ICSK_ACK_TIMER) {
624 icsk->icsk_ack.pending |= ICSK_ACK_SCHED | ICSK_ACK_TIMER;
/Linux-v5.4/net/ipv4/
Dtcp_dctcp.h29 if (inet_csk(sk)->icsk_ack.pending & ICSK_ACK_TIMER) { in dctcp_ece_ack_update()
Dtcp_timer.c278 !(icsk->icsk_ack.pending & ICSK_ACK_TIMER)) in tcp_delack_timer_handler()
285 icsk->icsk_ack.pending &= ~ICSK_ACK_TIMER; in tcp_delack_timer_handler()
Dtcp_output.c3644 if (icsk->icsk_ack.pending & ICSK_ACK_TIMER) { in tcp_send_delayed_ack()
3657 icsk->icsk_ack.pending |= ICSK_ACK_SCHED | ICSK_ACK_TIMER; in tcp_send_delayed_ack()
/Linux-v5.4/include/net/
Dinet_connection_sock.h165 ICSK_ACK_TIMER = 2, enumerator
236 icsk->icsk_ack.pending |= ICSK_ACK_TIMER; in inet_csk_reset_xmit_timer()