Searched refs:ifs_fr_authnext (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_auth.c250 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...]
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dipf_stack.h156 int ifs_fr_authnext; member in struct:ipf_stack

Completed in 47 milliseconds