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

/freebsd-10.0-release/sys/contrib/ipfilter/netinet/
H A Dip_auth.c154 int ipf_auth_next; member in struct:ipf_auth_softc_s
477 softa->ipf_auth_next = 0;
582 WAKEUP(&softa->ipf_auth_next, 0);
888 softa->ipf_auth_next = 0;
1067 * If ipf_auth_next is not equal to ipf_auth_end it will be because
1072 while (softa->ipf_auth_pkts[softa->ipf_auth_next] == NULL) {
1073 softa->ipf_auth_next++;
1074 if (softa->ipf_auth_next == softa->ipf_auth_size)
1075 softa->ipf_auth_next = 0;
1079 &softa->ipf_auth[softa->ipf_auth_next],
[all...]

Completed in 54 milliseconds