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

/freebsd-10.2-release/sys/contrib/ipfilter/netinet/
H A Dip_lookup.c195 ipf_lookup_softc_t *softl = softc->ipf_lookup_soft;
339 ipf_lookup_softc_t *softl = softc->ipf_lookup_soft;
392 ipf_lookup_softc_t *softl = softc->ipf_lookup_soft;
442 ipf_lookup_softc_t *softl = softc->ipf_lookup_soft;
505 ipf_lookup_softc_t *softl = softc->ipf_lookup_soft;
554 ipf_lookup_softc_t *softl = softc->ipf_lookup_soft;
604 ipf_lookup_softc_t *softl = softc->ipf_lookup_soft;
665 ipf_lookup_softc_t *softl = softc->ipf_lookup_soft;
701 ipf_lookup_softc_t *softl = softc->ipf_lookup_soft;
771 ipf_lookup_softc_t *softl = softc->ipf_lookup_soft;
[all...]
H A Dfil.c9532 softc->ipf_lookup_soft = ipf_lookup_soft_create(softc);
9533 if (softc->ipf_lookup_soft == NULL) {
9624 if (softc->ipf_lookup_soft != NULL) {
9625 ipf_lookup_soft_destroy(softc, softc->ipf_lookup_soft);
9626 softc->ipf_lookup_soft = NULL;
9661 if (ipf_lookup_soft_init(softc, softc->ipf_lookup_soft) == -1)
9719 if (ipf_lookup_soft_fini(softc, softc->ipf_lookup_soft) == -1)
H A Dip_fil.h1647 void *ipf_lookup_soft; member in struct:ipf_main_softc_s

Completed in 70 milliseconds