Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_tracing_net.h50 #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()
/openbmc/linux/include/net/
H A Dinet_connection_sock.h145 #define ICSK_TIME_LOSS_PROBE 5 /* Tail loss probe timer */ macro
232 what == ICSK_TIME_LOSS_PROBE || what == ICSK_TIME_REO_TIMEOUT) { in inet_csk_reset_xmit_timer()
/openbmc/linux/net/ipv4/
H A Dtcp_timer.c687 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()
2849 tcp_reset_xmit_timer(sk, ICSK_TIME_LOSS_PROBE, timeout, TCP_RTO_MAX); in tcp_schedule_loss_probe()
H A Dtcp_ipv4.c2686 icsk->icsk_pending == ICSK_TIME_LOSS_PROBE) { in get_tcp4_sock()
H A Dtcp_input.c3274 icsk->icsk_pending == ICSK_TIME_LOSS_PROBE) { in tcp_rearm_rto()
/openbmc/linux/net/ipv6/
H A Dtcp_ipv6.c2005 icsk->icsk_pending == ICSK_TIME_LOSS_PROBE) { in get_tcp6_sock()