Home
last modified time | relevance | path

Searched refs:ICSK_TIME_LOSS_PROBE (Results 1 – 10 of 10) sorted by relevance

/linux/include/net/
H A Dinet_connection_sock.h147 #define ICSK_TIME_LOSS_PROBE 5 /* Tail loss probe timer */ macro
231 what == ICSK_TIME_LOSS_PROBE || what == ICSK_TIME_REO_TIMEOUT) { in inet_csk_reset_xmit_timer()
/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_tracing_net.h62 #define ICSK_TIME_LOSS_PROBE 5 macro
H A Dbpf_iter_tcp4.c100 icsk->icsk_pending == ICSK_TIME_LOSS_PROBE) { in dump_tcp_sock()
H A Dbpf_iter_tcp6.c100 icsk->icsk_pending == ICSK_TIME_LOSS_PROBE) { in dump_tcp6_sock()
/linux/net/ipv4/
H A Dtcp_timer.c709 case ICSK_TIME_LOSS_PROBE: in tcp_write_timer_handler()
H A Dinet_diag.c314 icsk_pending == ICSK_TIME_LOSS_PROBE) { in inet_sk_diag_fill()
H A Dtcp_output.c82 if (!prior_packets || icsk->icsk_pending == ICSK_TIME_LOSS_PROBE) in tcp_event_new_data_sent()
2911 tcp_reset_xmit_timer(sk, ICSK_TIME_LOSS_PROBE, timeout, TCP_RTO_MAX); in tcp_schedule_loss_probe()
H A Dtcp_ipv4.c2911 icsk_pending == ICSK_TIME_LOSS_PROBE) {
H A Dtcp_input.c3278 icsk->icsk_pending == ICSK_TIME_LOSS_PROBE) { in tcp_rearm_rto()
/linux/net/ipv6/
H A Dtcp_ipv6.c2193 icsk_pending == ICSK_TIME_LOSS_PROBE) {