Searched refs:ipf_tuners (Results 1 – 2 of 2) sorted by relevance
7093 for (p = &softc->ipf_tuners; (t = *p) != NULL; p = &t->ipft_next)7190 ta = ipf_tune_findbyname(softc->ipf_tuners, newtune->ipft_name);7223 for (tap = &softc->ipf_tuners; (ta = *tap) != NULL;7315 ta = ipf_tune_findbycookie(&softc->ipf_tuners,7318 ta = softc->ipf_tuners;7361 ta = ipf_tune_findbycookie(&softc->ipf_tuners,7366 ta = ipf_tune_findbyname(softc->ipf_tuners,9298 softc->ipf_tuners = ipf_tune_array_copy(softc,9301 if (softc->ipf_tuners == NULL) {9390 if (softc->ipf_tuners != NULL) {[all …]
1555 ipftuneable_t *ipf_tuners; member