Home
last modified time | relevance | path

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);
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++;
455 ifs->ifs_fr_authnext = 0;
482 l = get_sleep_lock(&ifs->ifs_fr_authnext);
483 error = sleep(&ifs->ifs_fr_authnext, PZERO+1);
623 ifs->ifs_fr_authnext = 0;
[all …]
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dipf_stack.h162 int ifs_fr_authnext; member