Home
last modified time | relevance | path

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

/trueos/sys/contrib/ipfilter/netinet/
HDip_log.c383 ipf_log_softc_t *softl = softc->ipf_log_soft;
563 ipf_log_softc_t *softl = softc->ipf_log_soft;
694 ipf_log_softc_t *softl = softc->ipf_log_soft;
842 ipf_log_softc_t *softl = softc->ipf_log_soft;
878 ipf_log_softc_t *softl = softc->ipf_log_soft;
898 ipf_log_softc_t *softl = softc->ipf_log_soft;
921 ipf_log_softc_t *softl = softc->ipf_log_soft;
944 ipf_log_softc_t *softl = softc->ipf_log_soft;
HDfil.c9525 softc->ipf_log_soft = ipf_log_soft_create(softc);
9526 if (softc->ipf_log_soft == NULL) {
9630 if (softc->ipf_log_soft != NULL) {
9631 ipf_log_soft_destroy(softc, softc->ipf_log_soft);
9632 softc->ipf_log_soft = NULL;
9657 if (ipf_log_soft_init(softc, softc->ipf_log_soft) == -1)
9723 if (ipf_log_soft_fini(softc, softc->ipf_log_soft) == -1)
HDip_fil.h1648 void *ipf_log_soft; member