Searched refs:icsk_pending (Results 1 – 14 of 14) sorted by relevance
98 if (icsk->icsk_pending == ICSK_TIME_RETRANS || in dump_tcp_sock()99 icsk->icsk_pending == ICSK_TIME_REO_TIMEOUT || in dump_tcp_sock()100 icsk->icsk_pending == ICSK_TIME_LOSS_PROBE) { in dump_tcp_sock()103 } else if (icsk->icsk_pending == ICSK_TIME_PROBE0) { in dump_tcp_sock()
98 if (icsk->icsk_pending == ICSK_TIME_RETRANS || in dump_tcp6_sock()99 icsk->icsk_pending == ICSK_TIME_REO_TIMEOUT || in dump_tcp6_sock()100 icsk->icsk_pending == ICSK_TIME_LOSS_PROBE) { in dump_tcp6_sock()103 } else if (icsk->icsk_pending == ICSK_TIME_PROBE0) { in dump_tcp6_sock()
108 __u8 icsk_pending; member210 smp_store_release(&icsk->icsk_pending, 0); in inet_csk_clear_xmit_timer()243 smp_store_release(&icsk->icsk_pending, what); in inet_csk_reset_xmit_timer()
1606 if (!tcp_sk(sk)->packets_out && !inet_csk(sk)->icsk_pending) in tcp_check_probe_timer()
222 u8 icsk_pending; in inet_sk_diag_fill() local283 icsk_pending = smp_load_acquire(&icsk->icsk_pending); in inet_sk_diag_fill()284 if (icsk_pending == ICSK_TIME_RETRANS || in inet_sk_diag_fill()285 icsk_pending == ICSK_TIME_REO_TIMEOUT || in inet_sk_diag_fill()286 icsk_pending == ICSK_TIME_LOSS_PROBE) { in inet_sk_diag_fill()291 } else if (icsk_pending == ICSK_TIME_PROBE0) { in inet_sk_diag_fill()
700 !icsk->icsk_pending) in tcp_write_timer_handler()709 event = icsk->icsk_pending; in tcp_write_timer_handler()719 smp_store_release(&icsk->icsk_pending, 0); in tcp_write_timer_handler()723 smp_store_release(&icsk->icsk_pending, 0); in tcp_write_timer_handler()734 if (!smp_load_acquire(&inet_csk(sk)->icsk_pending)) in tcp_write_timer()
133 if (inet_csk(sk)->icsk_pending != ICSK_TIME_RETRANS) in tcp_rack_reo_timeout()
730 icsk->icsk_pending = icsk->icsk_ack.pending = 0; in inet_csk_init_xmit_timers()737 smp_store_release(&icsk->icsk_pending, 0); in inet_csk_clear_xmit_timers()752 smp_store_release(&icsk->icsk_pending, 0); in inet_csk_clear_xmit_timers_sync()
2858 u8 icsk_pending; local2862 icsk_pending = smp_load_acquire(&icsk->icsk_pending);2863 if (icsk_pending == ICSK_TIME_RETRANS ||2864 icsk_pending == ICSK_TIME_REO_TIMEOUT ||2865 icsk_pending == ICSK_TIME_LOSS_PROBE) {2868 } else if (icsk_pending == ICSK_TIME_PROBE0) {
104 if (!prior_packets || icsk->icsk_pending == ICSK_TIME_LOSS_PROBE) in tcp_event_new_data_sent()3195 smp_store_release(&inet_csk(sk)->icsk_pending, 0); in tcp_send_loss_probe()3228 smp_store_release(&inet_csk(sk)->icsk_pending, 0); in tcp_send_loss_probe()3791 icsk->icsk_pending != ICSK_TIME_REO_TIMEOUT) in tcp_xmit_retransmit_queue()
3540 if (icsk->icsk_pending == ICSK_TIME_REO_TIMEOUT || in tcp_rearm_rto()3541 icsk->icsk_pending == ICSK_TIME_LOSS_PROBE) { in tcp_rearm_rto()
31 u8 icsk_pending read_write …
2138 u8 icsk_pending; local2147 icsk_pending = smp_load_acquire(&icsk->icsk_pending);2148 if (icsk_pending == ICSK_TIME_RETRANS ||2149 icsk_pending == ICSK_TIME_REO_TIMEOUT ||2150 icsk_pending == ICSK_TIME_LOSS_PROBE) {2153 } else if (icsk_pending == ICSK_TIME_PROBE0) {
515 return inet_csk(ssk)->icsk_pending && !subflow->stale_count ? in mptcp_timeout_from_subflow()