Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_log.c357 ipf_log_softc_t *softl = softc->ipf_log_soft;
537 ipf_log_softc_t *softl = softc->ipf_log_soft;
668 ipf_log_softc_t *softl = softc->ipf_log_soft;
792 ipf_log_softc_t *softl = softc->ipf_log_soft;
828 ipf_log_softc_t *softl = softc->ipf_log_soft;
848 ipf_log_softc_t *softl = softc->ipf_log_soft;
871 ipf_log_softc_t *softl = softc->ipf_log_soft;
894 ipf_log_softc_t *softl = softc->ipf_log_soft;
H A Dfil.c9557 softc->ipf_log_soft = ipf_log_soft_create(softc);
9558 if (softc->ipf_log_soft == NULL) {
9662 if (softc->ipf_log_soft != NULL) {
9663 ipf_log_soft_destroy(softc, softc->ipf_log_soft);
9664 softc->ipf_log_soft = NULL;
9689 if (ipf_log_soft_init(softc, softc->ipf_log_soft) == -1)
9755 if (ipf_log_soft_fini(softc, softc->ipf_log_soft) == -1)
H A Dip_fil.h1563 void *ipf_log_soft; member