Home | History | Annotate | Download | only in netinet

Lines Matching defs:ipf_auth_next

158 	int		ipf_auth_next;
470 softa->ipf_auth_next = 0;
573 WAKEUP(&softa->ipf_auth_next, 0);
871 softa->ipf_auth_next = 0;
1040 * If ipf_auth_next is not equal to ipf_auth_end it will be because
1045 while (softa->ipf_auth_pkts[softa->ipf_auth_next
1046 softa->ipf_auth_next++;
1047 if (softa->ipf_auth_next == softa->ipf_auth_size)
1048 softa->ipf_auth_next = 0;
1052 &softa->ipf_auth[softa->ipf_auth_next],
1065 m = softa->ipf_auth_pkts[softa->ipf_auth_next];
1089 softa->ipf_auth_next++;
1090 if (softa->ipf_auth_next == softa->ipf_auth_size)
1091 softa->ipf_auth_next = 0;
1113 l = get_sleep_lock(&softa->ipf_auth_next);
1114 error = sleep(&softa->ipf_auth_next, PZERO+1);
1119 error = mpsleep(&softa->ipf_auth_next, PSUSP|PCATCH, "ipf_auth_next",
1122 error = SLEEP(&softa->ipf_auth_next, "ipf_auth_next");
1245 softa->ipf_auth_next = 0;