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

/linux-master/net/sctp/
H A Dtransport.c565 if (asoc->fast_recovery &&
567 asoc->fast_recovery = 0;
588 if (asoc->fast_recovery)
672 asoc->fast_recovery = 0;
688 if (asoc->fast_recovery)
692 asoc->fast_recovery = 1;
H A Doutqueue.c1358 if (asoc->fast_recovery && accum_moved)
/linux-master/net/batman-adv/
H A Dtp_meter.c694 tp_vars->fast_recovery = true;
717 if (tp_vars->fast_recovery) {
733 tp_vars->fast_recovery = false;
991 tp_vars->fast_recovery = false;
H A Dtypes.h1510 /** @fast_recovery: true if in Fast Recovery mode */
1511 unsigned char fast_recovery:1; member in struct:batadv_tp_vars
/linux-master/include/net/sctp/
H A Dstructs.h1883 __u8 fast_recovery; member in struct:sctp_association

Completed in 153 milliseconds