Lines Matching refs:ipft
880 ipftuneable_t *ipft;
886 for (ipft = ifs->ifs_ipf_tuneables;
887 (name = ipft->ipft_name) != NULL; ipft++) {
903 if (*i32p >= ipft->ipft_min &&
904 *i32p <= ipft->ipft_max) {
905 if (ipft->ipft_sz == sizeof (uint32_t)) {
906 *ipft->ipft_pint = *i32p;
907 } else if (ipft->ipft_sz == sizeof (uint64_t)) {
908 *ipft->ipft_plong = *i32p;