Searched refs:ipf_auth_soft (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/sys/contrib/ipfilter/netinet/
H A Dip_auth.c364 ipf_auth_softc_t *softa = softc->ipf_auth_soft;
487 ipf_auth_softc_t *softa = softc->ipf_auth_soft;
581 ipf_auth_softc_t *softa = softc->ipf_auth_soft;
680 ipf_auth_softc_t *softa = softc->ipf_auth_soft;
752 ipf_auth_softc_t *softa = softc->ipf_auth_soft;
881 ipf_auth_softc_t *softa = softc->ipf_auth_soft;
905 ipf_auth_softc_t *softa = softc->ipf_auth_soft;
1264 ipf_auth_softc_t *softa = softc->ipf_auth_soft;
1277 ipf_auth_softc_t *softa = softc->ipf_auth_soft;
H A Dmlfk_ipl.c526 auth_softc = main_softc->ipf_auth_soft;
H A Dfil.c8340 ipf_auth_setlock(softc->ipf_auth_soft, tmp);
9562 softc->ipf_auth_soft = ipf_auth_soft_create(softc);
9563 if (softc->ipf_auth_soft == NULL) {
9609 if (softc->ipf_auth_soft != NULL) {
9610 ipf_auth_soft_destroy(softc, softc->ipf_auth_soft);
9611 softc->ipf_auth_soft = NULL;
9676 if (ipf_auth_soft_init(softc, softc->ipf_auth_soft) == -1)
9704 if (ipf_auth_soft_fini(softc, softc->ipf_auth_soft) == -1)
H A Dip_fil.h1644 void *ipf_auth_soft; member in struct:ipf_main_softc_s

Completed in 129 milliseconds