Searched refs:ICSK_ACK_NOW (Results 1 – 3 of 3) sorted by relevance
139 inet_csk(sk)->icsk_ack.pending |= ICSK_ACK_NOW; in dctcp_ce_state_0_to_1()160 inet_csk(sk)->icsk_ack.pending |= ICSK_ACK_NOW; in dctcp_ce_state_1_to_0()
257 inet_csk(sk)->icsk_ack.pending |= ICSK_ACK_NOW; in tcp_ecn_accept_cwr()4742 inet_csk(sk)->icsk_ack.pending |= ICSK_ACK_NOW; in tcp_data_queue()5184 inet_csk(sk)->icsk_ack.pending & ICSK_ACK_NOW) { in __tcp_ack_snd_check()
172 ICSK_ACK_NOW = 16 /* Send the next ACK immediately (once) */ enumerator