Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dbpf_tracing_net.h10 #define ICSK_TIME_LOSS_PROBE 5 macro
H A Dbpf_iter_tcp4.c101 icsk->icsk_pending == ICSK_TIME_LOSS_PROBE) { in dump_tcp_sock()
H A Dbpf_iter_tcp6.c101 icsk->icsk_pending == ICSK_TIME_LOSS_PROBE) { in dump_tcp6_sock()
/OK3568_Linux_fs/kernel/include/net/
H A Dinet_connection_sock.h150 #define ICSK_TIME_LOSS_PROBE 5 /* Tail loss probe timer */ macro
235 what == ICSK_TIME_EARLY_RETRANS || what == ICSK_TIME_LOSS_PROBE || in inet_csk_reset_xmit_timer()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_timer.c617 case ICSK_TIME_LOSS_PROBE: in tcp_write_timer_handler()
H A Dinet_diag.c303 icsk->icsk_pending == ICSK_TIME_LOSS_PROBE) { in inet_sk_diag_fill()
H A Dtcp_output.c80 if (!prior_packets || icsk->icsk_pending == ICSK_TIME_LOSS_PROBE) in tcp_event_new_data_sent()
2771 tcp_reset_xmit_timer(sk, ICSK_TIME_LOSS_PROBE, timeout, TCP_RTO_MAX); in tcp_schedule_loss_probe()
H A Dtcp_ipv4.c2586 icsk->icsk_pending == ICSK_TIME_LOSS_PROBE) { in get_tcp4_sock()
H A Dtcp_input.c3146 icsk->icsk_pending == ICSK_TIME_LOSS_PROBE) { in tcp_rearm_rto()
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dtcp_ipv6.c2002 icsk->icsk_pending == ICSK_TIME_LOSS_PROBE) { in get_tcp6_sock()