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

/freebsd-11.0-release/sys/contrib/ipfilter/netinet/
H A Dip_auth.c221 KMALLOCS(softa->ipf_auth, frauth_t *,
222 softa->ipf_auth_size * sizeof(*softa->ipf_auth));
223 if (softa->ipf_auth == NULL)
225 bzero((char *)softa->ipf_auth,
226 softa->ipf_auth_size * sizeof(*softa->ipf_auth));
264 if (softa->ipf_auth != NULL) {
265 KFREES(softa->ipf_auth,
266 softa->ipf_auth_size * sizeof(*softa->ipf_auth));
267 softa->ipf_auth = NULL;
385 fra = softa->ipf_auth
[all...]
H A Dip_auth.h61 frauth_t *ipf_auth; member in struct:ipf_auth_softc_s
/freebsd-11.0-release/contrib/ipfilter/
H A Dmli_ipl.c61 ipfrwlock_t ipf_frag, ipf_state, ipf_nat, ipf_natfrag, ipf_auth; variable
578 LOCK_DEALLOC(ipf_auth.l);
634 ipf_auth.l = LOCK_ALLOC((uchar_t)-1, IPF_LOCK_PL, (lkinfo_t *)-1, KM_NOSLEEP);
640 !ipf_auth.l || !ipf_rw.l || !ipf_ipidfrag.l || !ipl_mutex.l ||

Completed in 52 milliseconds