Home
last modified time | relevance | path

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

/linux/net/dccp/
H A Dtimer.c
H A Doutput.c
/linux/net/ipv4/
H A Dtcp_dctcp.h29 if (inet_csk(sk)->icsk_ack.pending & ICSK_ACK_TIMER) { in dctcp_ece_ack_update()
H A Dtcp_output.c4448 if (icsk->icsk_ack.pending & ICSK_ACK_TIMER) { in __tcp_send_ack()
4459 icsk->icsk_ack.pending | ICSK_ACK_SCHED | ICSK_ACK_TIMER); in __tcp_send_ack()
/linux/include/net/
H A Dinet_connection_sock.h165 ICSK_ACK_TIMER = 2, enumerator
247 icsk->icsk_ack.pending | ICSK_ACK_TIMER); in inet_csk_reset_xmit_timer()
/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_dctcp.c193 if (inet_csk(sk)->icsk_ack.pending & ICSK_ACK_TIMER) { in dctcp_ece_ack_update()
/linux/net/mptcp/
H A Doptions.c446 icsk->icsk_ack.pending &= ~(ICSK_ACK_SCHED | ICSK_ACK_TIMER); in clear_3rdack_retransmission()
H A Dprotocol.c3699 WARN_ON_ONCE(icsk->icsk_ack.pending & ICSK_ACK_TIMER);
3701 icsk->icsk_ack.pending | ICSK_ACK_SCHED | ICSK_ACK_TIMER); in mptcp_subflow_process_delegated()