HomeSort by: relevance | last modified time | path
    Searched defs:ipf_auth_next (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_auth.c 158 int ipf_auth_next; member in struct:ipf_auth_softc_s
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] == NULL) {
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],
    [all...]
ip_auth.c 158 int ipf_auth_next; member in struct:ipf_auth_softc_s
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] == NULL) {
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],
    [all...]
ip_auth.c 158 int ipf_auth_next; member in struct:ipf_auth_softc_s
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] == NULL) {
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],
    [all...]
ip_auth.c 158 int ipf_auth_next; member in struct:ipf_auth_softc_s
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] == NULL) {
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],
    [all...]

Completed in 72 milliseconds