Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/contrib/ipfilter/netinet/
HDip_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;
HDfil.c9555 softc->ipf_log_soft = ipf_log_soft_create(softc);
9556 if (softc->ipf_log_soft == NULL) {
9660 if (softc->ipf_log_soft != NULL) {
9661 ipf_log_soft_destroy(softc, softc->ipf_log_soft);
9662 softc->ipf_log_soft = NULL;
9687 if (ipf_log_soft_init(softc, softc->ipf_log_soft) == -1)
9753 if (ipf_log_soft_fini(softc, softc->ipf_log_soft) == -1)
HDip_fil.h1563 void *ipf_log_soft; member