Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dtcp_dctcp.h33 inet_csk(sk)->icsk_ack.pending |= ICSK_ACK_NOW; in dctcp_ece_ack_update()
H A Dtcp_input.c362 inet_csk(sk)->icsk_ack.pending |= ICSK_ACK_NOW; in tcp_ecn_accept_cwr()
5173 (ICSK_ACK_NOMEM | ICSK_ACK_NOW); in tcp_data_queue()
5198 inet_csk(sk)->icsk_ack.pending |= ICSK_ACK_NOW; in tcp_data_queue()
5663 inet_csk(sk)->icsk_ack.pending & ICSK_ACK_NOW) { in __tcp_ack_snd_check()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dbpf_tcp_helpers.h122 ICSK_ACK_NOW = 16 /* Send the next ACK immediately (once) */ enumerator
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_dctcp.c197 inet_csk(sk)->icsk_ack.pending |= ICSK_ACK_NOW; in dctcp_ece_ack_update()
/openbmc/linux/include/net/
H A Dinet_connection_sock.h167 ICSK_ACK_NOW = 16, /* Send the next ACK immediately (once) */ enumerator
/openbmc/linux/net/mptcp/
H A Dsubflow.c1464 inet_csk(sk)->icsk_ack.pending |= ICSK_ACK_NOW; in subflow_data_ready()