HomeSort by: relevance | last modified time | path
    Searched refs:ipf_log_soft (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_log.c 382 ipf_log_softc_t *softl = softc->ipf_log_soft;
557 ipf_log_softc_t *softl = softc->ipf_log_soft;
685 ipf_log_softc_t *softl = softc->ipf_log_soft;
831 ipf_log_softc_t *softl = softc->ipf_log_soft;
865 ipf_log_softc_t *softl = softc->ipf_log_soft;
883 ipf_log_softc_t *softl = softc->ipf_log_soft;
904 ipf_log_softc_t *softl = softc->ipf_log_soft;
925 ipf_log_softc_t *softl = softc->ipf_log_soft;
fil.c 9274 softc->ipf_log_soft = ipf_log_soft_create(softc);
9275 if (softc->ipf_log_soft == NULL) {
9378 if (softc->ipf_log_soft != NULL) {
9379 ipf_log_soft_destroy(softc, softc->ipf_log_soft);
9380 softc->ipf_log_soft = NULL;
9404 if (ipf_log_soft_init(softc, softc->ipf_log_soft) == -1)
9469 if (ipf_log_soft_fini(softc, softc->ipf_log_soft) == -1)
ip_fil.h 1648 void *ipf_log_soft; member in struct:ipf_main_softc_s

Completed in 19 milliseconds