Searched refs:ipf_auth (Results 1 – 2 of 2) sorted by relevance
205 KMALLOCS(softa->ipf_auth, frauth_t *,207 if (softa->ipf_auth == NULL)209 bzero((char *)softa->ipf_auth,245 if (softa->ipf_auth != NULL) {246 KFREES(softa->ipf_auth,248 softa->ipf_auth = NULL;366 fra = softa->ipf_auth + i;423 fra = softa->ipf_auth;495 fra = softa->ipf_auth + i;684 softa->ipf_auth[i].fra_index = -1;[all …]
61 frauth_t *ipf_auth; member