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

  /src/sys/external/bsd/ipf/netinet/
ip_lookup.c 206 ipf_lookup_softc_t *softl = softc->ipf_lookup_soft;
341 ipf_lookup_softc_t *softl = softc->ipf_lookup_soft;
391 ipf_lookup_softc_t *softl = softc->ipf_lookup_soft;
439 ipf_lookup_softc_t *softl = softc->ipf_lookup_soft;
500 ipf_lookup_softc_t *softl = softc->ipf_lookup_soft;
547 ipf_lookup_softc_t *softl = softc->ipf_lookup_soft;
595 ipf_lookup_softc_t *softl = softc->ipf_lookup_soft;
653 ipf_lookup_softc_t *softl = softc->ipf_lookup_soft;
685 ipf_lookup_softc_t *softl = softc->ipf_lookup_soft;
752 ipf_lookup_softc_t *softl = softc->ipf_lookup_soft;
    [all...]
fil.c 9281 softc->ipf_lookup_soft = ipf_lookup_soft_create(softc);
9282 if (softc->ipf_lookup_soft == NULL) {
9372 if (softc->ipf_lookup_soft != NULL) {
9373 ipf_lookup_soft_destroy(softc, softc->ipf_lookup_soft);
9374 softc->ipf_lookup_soft = NULL;
9408 if (ipf_lookup_soft_init(softc, softc->ipf_lookup_soft) == -1)
9465 if (ipf_lookup_soft_fini(softc, softc->ipf_lookup_soft) == -1)
ip_fil.h 1647 void *ipf_lookup_soft; member in struct:ipf_main_softc_s

Completed in 21 milliseconds