Home
last modified time | relevance | path

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

/netbsd/sys/external/bsd/ipf/netinet/
H A Dip_auth.c285 frauthent_t *fae, **faep; in ipf_auth_soft_fini() local
311 *faep = fae->fae_next; in ipf_auth_soft_fini()
725 for (faep = &softa->ipf_auth_entries; ((fae = *faep) != NULL); ) { in ipf_auth_expire()
731 faep = &fae->fae_next; in ipf_auth_expire()
773 for (faep = &softa->ipf_auth_entries; ((fae = *faep) != NULL); ) { in ipf_auth_precmd()
777 faep = &fae->fae_next; in ipf_auth_precmd()
792 *faep = fae->fae_next; in ipf_auth_precmd()
814 *faep = fae; in ipf_auth_precmd()
975 ipf_auth_deref(faep); in ipf_auth_deref_unlocked()
995 fae = *faep; in ipf_auth_deref()
[all …]