Searched refs:ipf_auth_soft (Results 1 – 4 of 4) sorted by relevance
345 ipf_auth_softc_t *softa = softc->ipf_auth_soft;468 ipf_auth_softc_t *softa = softc->ipf_auth_soft;562 ipf_auth_softc_t *softa = softc->ipf_auth_soft;661 ipf_auth_softc_t *softa = softc->ipf_auth_soft;733 ipf_auth_softc_t *softa = softc->ipf_auth_soft;862 ipf_auth_softc_t *softa = softc->ipf_auth_soft;886 ipf_auth_softc_t *softa = softc->ipf_auth_soft;1230 ipf_auth_softc_t *softa = softc->ipf_auth_soft;1243 ipf_auth_softc_t *softa = softc->ipf_auth_soft;
400 auth_softc = V_ipfmain.ipf_auth_soft; in sysctl_ipf_int_auth()
8372 ipf_auth_setlock(softc->ipf_auth_soft, tmp);9594 softc->ipf_auth_soft = ipf_auth_soft_create(softc);9595 if (softc->ipf_auth_soft == NULL) {9641 if (softc->ipf_auth_soft != NULL) {9642 ipf_auth_soft_destroy(softc, softc->ipf_auth_soft);9643 softc->ipf_auth_soft = NULL;9708 if (ipf_auth_soft_init(softc, softc->ipf_auth_soft) == -1)9736 if (ipf_auth_soft_fini(softc, softc->ipf_auth_soft) == -1)
1559 void *ipf_auth_soft; member