Home
last modified time | relevance | path

Searched refs:ICSK_TIME_RETRANS (Results 1 – 15 of 15) sorted by relevance

/openbmc/linux/net/dccp/
H A Dtimer.c108 inet_csk_reset_xmit_timer(sk, ICSK_TIME_RETRANS, in dccp_retransmit_timer()
118 inet_csk_reset_xmit_timer(sk, ICSK_TIME_RETRANS, icsk->icsk_rto, in dccp_retransmit_timer()
152 case ICSK_TIME_RETRANS: in dccp_write_timer()
H A Doutput.c574 inet_csk_reset_xmit_timer(sk, ICSK_TIME_RETRANS, in dccp_connect()
705 inet_csk_reset_xmit_timer(sk, ICSK_TIME_RETRANS, in dccp_send_close()
H A Dinput.c429 inet_csk_clear_xmit_timer(sk, ICSK_TIME_RETRANS); in dccp_rcv_request_sent_state_process()
/openbmc/linux/include/net/
H A Dinet_connection_sock.h142 #define ICSK_TIME_RETRANS 1 /* Retransmit timer */ macro
200 if (what == ICSK_TIME_RETRANS || what == ICSK_TIME_PROBE0) { in inet_csk_clear_xmit_timer()
231 if (what == ICSK_TIME_RETRANS || what == ICSK_TIME_PROBE0 || in inet_csk_reset_xmit_timer()
/openbmc/linux/net/ipv4/
H A Dtcp_timer.c462 inet_csk_reset_xmit_timer(sk, ICSK_TIME_RETRANS, in tcp_fastopen_synack_timer()
607 inet_csk_reset_xmit_timer(sk, ICSK_TIME_RETRANS, in tcp_retransmit_timer()
656 inet_csk_reset_xmit_timer(sk, ICSK_TIME_RETRANS, in tcp_retransmit_timer()
690 case ICSK_TIME_RETRANS: in tcp_write_timer_handler()
H A Dtcp_recovery.c165 if (inet_csk(sk)->icsk_pending != ICSK_TIME_RETRANS) in tcp_rack_reo_timeout()
H A Dtcp_fastopen.c277 inet_csk_reset_xmit_timer(child, ICSK_TIME_RETRANS, in tcp_fastopen_create_child()
H A Dtcp_input.c2244 inet_csk_reset_xmit_timer(sk, ICSK_TIME_RETRANS, in tcp_check_sack_reneging()
3269 inet_csk_clear_xmit_timer(sk, ICSK_TIME_RETRANS); in tcp_rearm_rto()
3281 tcp_reset_xmit_timer(sk, ICSK_TIME_RETRANS, rto, in tcp_rearm_rto()
6345 ICSK_TIME_RETRANS, in tcp_rcv_synsent_state_process()
H A Dinet_diag.c301 if (icsk->icsk_pending == ICSK_TIME_RETRANS || in inet_sk_diag_fill()
H A Dtcp_ipv4.c459 inet_csk_reset_xmit_timer(sk, ICSK_TIME_RETRANS, in tcp_ld_RTO_revert()
2684 if (icsk->icsk_pending == ICSK_TIME_RETRANS || in get_tcp4_sock()
H A Dtcp_output.c3481 tcp_reset_xmit_timer(sk, ICSK_TIME_RETRANS, in tcp_xmit_retransmit_queue()
4007 inet_csk_reset_xmit_timer(sk, ICSK_TIME_RETRANS, in tcp_connect()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_tracing_net.h48 #define ICSK_TIME_RETRANS 1 macro
H A Dbpf_iter_tcp4.c98 if (icsk->icsk_pending == ICSK_TIME_RETRANS || in dump_tcp_sock()
H A Dbpf_iter_tcp6.c98 if (icsk->icsk_pending == ICSK_TIME_RETRANS || in dump_tcp6_sock()
/openbmc/linux/net/ipv6/
H A Dtcp_ipv6.c2003 if (icsk->icsk_pending == ICSK_TIME_RETRANS || in get_tcp6_sock()