Home
last modified time | relevance | path

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

/Linux-v4.19/net/dccp/
Dtimer.c191 !(icsk->icsk_ack.pending & ICSK_ACK_TIMER)) in dccp_delack_timer()
199 icsk->icsk_ack.pending &= ~ICSK_ACK_TIMER; in dccp_delack_timer()
Doutput.c614 if (icsk->icsk_ack.pending & ICSK_ACK_TIMER) {
628 icsk->icsk_ack.pending |= ICSK_ACK_SCHED | ICSK_ACK_TIMER;
/Linux-v4.19/net/ipv4/
Dtcp_dctcp.c137 if (inet_csk(sk)->icsk_ack.pending & ICSK_ACK_TIMER) in dctcp_ce_state_0_to_1()
158 if (inet_csk(sk)->icsk_ack.pending & ICSK_ACK_TIMER) in dctcp_ce_state_1_to_0()
Dtcp_timer.c280 !(icsk->icsk_ack.pending & ICSK_ACK_TIMER)) in tcp_delack_timer_handler()
287 icsk->icsk_ack.pending &= ~ICSK_ACK_TIMER; in tcp_delack_timer_handler()
Dtcp_output.c3553 if (icsk->icsk_ack.pending & ICSK_ACK_TIMER) { in tcp_send_delayed_ack()
3566 icsk->icsk_ack.pending |= ICSK_ACK_SCHED | ICSK_ACK_TIMER; in tcp_send_delayed_ack()
/Linux-v4.19/include/net/
Dinet_connection_sock.h169 ICSK_ACK_TIMER = 2, enumerator
240 icsk->icsk_ack.pending |= ICSK_ACK_TIMER; in inet_csk_reset_xmit_timer()