Searched refs:ifs_fr_authnext (Results 1 – 2 of 2) sorted by relevance
250 ifs->ifs_fr_authnext = 0;349 WAKEUP(&ifs->ifs_fr_authnext, 0);423 if ((ifs->ifs_fr_authnext != ifs->ifs_fr_authend) &&424 ifs->ifs_fr_authpkts[ifs->ifs_fr_authnext]) {426 &ifs->ifs_fr_auth[ifs->ifs_fr_authnext],433 m = ifs->ifs_fr_authpkts[ifs->ifs_fr_authnext];453 ifs->ifs_fr_authnext++;454 if (ifs->ifs_fr_authnext == ifs->ifs_fr_authsize)455 ifs->ifs_fr_authnext = 0;482 l = get_sleep_lock(&ifs->ifs_fr_authnext);[all …]
156 int ifs_fr_authnext; member