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.h148 #define ICSK_TIME_LOSS_PROBE 5 /* Tail loss probe timer */ macro
241 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.h67 #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.c715 case ICSK_TIME_LOSS_PROBE: in tcp_write_timer_handler()
H A Dinet_diag.c286 icsk_pending == ICSK_TIME_LOSS_PROBE) { in inet_sk_diag_fill()
H A Dtcp_output.c104 if (!prior_packets || icsk->icsk_pending == ICSK_TIME_LOSS_PROBE) in tcp_event_new_data_sent()
3140 tcp_reset_xmit_timer(sk, ICSK_TIME_LOSS_PROBE, timeout, true); in tcp_schedule_loss_probe()
H A Dtcp_ipv4.c2786 icsk_pending == ICSK_TIME_LOSS_PROBE) {
H A Dtcp_input.c3539 icsk->icsk_pending == ICSK_TIME_LOSS_PROBE) { in tcp_rearm_rto()
/linux/net/ipv6/
H A Dtcp_ipv6.c2123 icsk_pending == ICSK_TIME_LOSS_PROBE) {