Searched refs:ifs_fr_authend (Results 1 – 2 of 2) sorted by relevance
191 for (i = ifs->ifs_fr_authstart; i != ifs->ifs_fr_authend; ) {246 if (i == ifs->ifs_fr_authend)249 if (ifs->ifs_fr_authstart == ifs->ifs_fr_authend) {252 ifs->ifs_fr_authend = 0;295 if (ifs->ifs_fr_authstart > ifs->ifs_fr_authend) {309 i = ifs->ifs_fr_authend++;310 if (ifs->ifs_fr_authend == ifs->ifs_fr_authsize)311 ifs->ifs_fr_authend = 0;423 if ((ifs->ifs_fr_authnext != ifs->ifs_fr_authend) &&619 if (i == ifs->ifs_fr_authend)[all …]
155 int ifs_fr_authend; member