Searched refs:softa (Results 1 – 2 of 2) sorted by relevance
163 ipf_auth_softc_t *softa; in ipf_auth_soft_create() local165 KMALLOC(softa, ipf_auth_softc_t *); in ipf_auth_soft_create()166 if (softa == NULL) in ipf_auth_soft_create()169 bzero((char *)softa, sizeof(*softa)); in ipf_auth_soft_create()171 softa->ipf_auth_size = FR_NUMAUTH; in ipf_auth_soft_create()172 softa->ipf_auth_defaultage = 600; in ipf_auth_soft_create()174 RWLOCK_INIT(&softa->ipf_authlk, "ipf IP User-Auth rwlock"); in ipf_auth_soft_create()175 MUTEX_INIT(&softa->ipf_auth_mx, "ipf auth log mutex"); in ipf_auth_soft_create()177 cv_init(&softa->ipf_auth_wait, "ipf auth condvar", CV_DRIVER, NULL); in ipf_auth_soft_create()180 return (softa); in ipf_auth_soft_create()[all …]
184526 softa