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 9275 softc->ipf_log_soft = ipf_log_soft_create(softc);
9276 if (softc->ipf_log_soft == NULL) {
9379 if (softc->ipf_log_soft != NULL) {
9380 ipf_log_soft_destroy(softc, softc->ipf_log_soft);
9381 softc->ipf_log_soft = NULL;
9405 if (ipf_log_soft_init(softc, softc->ipf_log_soft) == -1)
9470 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 34 milliseconds