Home
last modified time | relevance | path

Searched refs:fast_recovery (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/net/sctp/
H A Dtransport.c407 if (asoc->fast_recovery && in sctp_transport_raise_cwnd()
409 asoc->fast_recovery = 0; in sctp_transport_raise_cwnd()
430 if (asoc->fast_recovery) in sctp_transport_raise_cwnd()
514 asoc->fast_recovery = 0; in sctp_transport_lower_cwnd()
530 if (asoc->fast_recovery) in sctp_transport_lower_cwnd()
534 asoc->fast_recovery = 1; in sctp_transport_lower_cwnd()
H A Doutqueue.c1332 if (asoc->fast_recovery && accum_moved) in sctp_outq_sack()
/kernel/linux/linux-6.6/net/sctp/
H A Dtransport.c565 if (asoc->fast_recovery && in sctp_transport_raise_cwnd()
567 asoc->fast_recovery = 0; in sctp_transport_raise_cwnd()
588 if (asoc->fast_recovery) in sctp_transport_raise_cwnd()
672 asoc->fast_recovery = 0; in sctp_transport_lower_cwnd()
688 if (asoc->fast_recovery) in sctp_transport_lower_cwnd()
692 asoc->fast_recovery = 1; in sctp_transport_lower_cwnd()
H A Doutqueue.c1358 if (asoc->fast_recovery && accum_moved) in sctp_outq_sack()
/kernel/linux/linux-5.10/net/batman-adv/
H A Dtp_meter.c693 tp_vars->fast_recovery = true; in batadv_tp_recv_ack()
716 if (tp_vars->fast_recovery) { in batadv_tp_recv_ack()
732 tp_vars->fast_recovery = false; in batadv_tp_recv_ack()
995 tp_vars->fast_recovery = false; in batadv_tp_start()
H A Dtypes.h1457 /** @fast_recovery: true if in Fast Recovery mode */
1458 unsigned char fast_recovery:1; member
/kernel/linux/linux-6.6/net/batman-adv/
H A Dtp_meter.c694 tp_vars->fast_recovery = true; in batadv_tp_recv_ack()
717 if (tp_vars->fast_recovery) { in batadv_tp_recv_ack()
733 tp_vars->fast_recovery = false; in batadv_tp_recv_ack()
991 tp_vars->fast_recovery = false; in batadv_tp_start()
H A Dtypes.h1440 /** @fast_recovery: true if in Fast Recovery mode */
1441 unsigned char fast_recovery:1; member
/kernel/linux/linux-5.10/include/net/sctp/
H A Dstructs.h1860 __u8 fast_recovery; member
/kernel/linux/linux-6.6/include/net/sctp/
H A Dstructs.h1886 __u8 fast_recovery; member

Completed in 29 milliseconds