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

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

Completed in 59 milliseconds