Searched refs:ipf_auth_wait (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | ip_auth.c | 123 static int ipf_auth_wait __P((ipf_main_softc_t *, ipf_auth_softc_t *, char *)); 183 cv_init(&softa->ipf_auth_wait, "ipf auth condvar", CV_DRIVER, NULL); 302 cv_destroy(&softa->ipf_auth_wait); 531 cv_signal(&softa->ipf_auth_wait); 633 error = ipf_auth_wait(softc, softa, data); 995 ipf_auth_wait(softc, softa, data) in ipf_auth_wait() function 1085 if (!cv_wait_sig(&softa->ipf_auth_wait, &softa->ipf_auth_mx.ipf_lk)) {
|