Searched refs:ipft (Results 1 – 2 of 2) sorted by relevance
880 ipftuneable_t *ipft; local886 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;
11685 ipft_t *ipft; in ip_wput_ioctl() local11717 for (ipft = ip_ioctl_ftbl; ipft->ipft_pfi; ipft++) { in ip_wput_ioctl()11718 if (ipllc->ipllc_cmd == ipft->ipft_cmd) in ip_wput_ioctl()11736 if (ipft->ipft_pfi && in ip_wput_ioctl()11737 ((mp1->b_wptr - mp1->b_rptr) >= ipft->ipft_min_size || in ip_wput_ioctl()11738 pullupmsg(mp1, ipft->ipft_min_size))) { in ip_wput_ioctl()11739 error = (*ipft->ipft_pfi)(q, in ip_wput_ioctl()11740 (ipft->ipft_flags & IPFT_F_SELF_REPLY) ? mp : mp1, cr); in ip_wput_ioctl()11742 if (ipft->ipft_flags & IPFT_F_SELF_REPLY) { in ip_wput_ioctl()11752 if (ipft->ipft_flags & IPFT_F_NO_REPLY) { in ip_wput_ioctl()