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

/freebsd-10.3-release/sys/contrib/ipfilter/netinet/
H A Dip_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;
H A Dfil.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)
H A Dip_fil.h1648 void *ipf_log_soft; member in struct:ipf_main_softc_s

Completed in 164 milliseconds