Home
last modified time | relevance | path

Searched refs:softa (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/sys/netpfil/ipfilter/netinet/
HDip_auth.c166 ipf_auth_softc_t *softa; in ipf_auth_soft_create() local
168 KMALLOC(softa, ipf_auth_softc_t *); in ipf_auth_soft_create()
169 if (softa == NULL) in ipf_auth_soft_create()
172 bzero((char *)softa, sizeof(*softa)); in ipf_auth_soft_create()
174 softa->ipf_auth_size = FR_NUMAUTH; in ipf_auth_soft_create()
175 softa->ipf_auth_defaultage = 600; in ipf_auth_soft_create()
177 RWLOCK_INIT(&softa->ipf_authlk, "ipf IP User-Auth rwlock"); in ipf_auth_soft_create()
178 MUTEX_INIT(&softa->ipf_auth_mx, "ipf auth log mutex"); in ipf_auth_soft_create()
180 cv_init(&softa->ipf_auth_wait, "ipf auth condvar", CV_DRIVER, NULL); in ipf_auth_soft_create()
183 return (softa); in ipf_auth_soft_create()
[all …]
/freebsd-13-stable/share/dict/
HDweb2184526 softa