Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_lookup.c189 ipf_lookup_softc_t *softl = softc->ipf_lookup_soft;
333 ipf_lookup_softc_t *softl = softc->ipf_lookup_soft;
386 ipf_lookup_softc_t *softl = softc->ipf_lookup_soft;
436 ipf_lookup_softc_t *softl = softc->ipf_lookup_soft;
499 ipf_lookup_softc_t *softl = softc->ipf_lookup_soft;
548 ipf_lookup_softc_t *softl = softc->ipf_lookup_soft;
598 ipf_lookup_softc_t *softl = softc->ipf_lookup_soft;
659 ipf_lookup_softc_t *softl = softc->ipf_lookup_soft;
695 ipf_lookup_softc_t *softl = softc->ipf_lookup_soft;
765 ipf_lookup_softc_t *softl = softc->ipf_lookup_soft;
[all …]
H A Dfil.c9564 softc->ipf_lookup_soft = ipf_lookup_soft_create(softc);
9565 if (softc->ipf_lookup_soft == NULL) {
9656 if (softc->ipf_lookup_soft != NULL) {
9657 ipf_lookup_soft_destroy(softc, softc->ipf_lookup_soft);
9658 softc->ipf_lookup_soft = NULL;
9693 if (ipf_lookup_soft_init(softc, softc->ipf_lookup_soft) == -1)
9751 if (ipf_lookup_soft_fini(softc, softc->ipf_lookup_soft) == -1)
H A Dip_fil.h1562 void *ipf_lookup_soft; member