Home
last modified time | relevance | path

Searched refs:ipft (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dsolaris.c880 ipftuneable_t *ipft; local
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;
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c11697 ipft_t *ipft; in ip_wput_ioctl() local
11729 for (ipft = ip_ioctl_ftbl; ipft->ipft_pfi; ipft++) { in ip_wput_ioctl()
11730 if (ipllc->ipllc_cmd == ipft->ipft_cmd) in ip_wput_ioctl()
11748 if (ipft->ipft_pfi && in ip_wput_ioctl()
11749 ((mp1->b_wptr - mp1->b_rptr) >= ipft->ipft_min_size || in ip_wput_ioctl()
11750 pullupmsg(mp1, ipft->ipft_min_size))) { in ip_wput_ioctl()
11751 error = (*ipft->ipft_pfi)(q, in ip_wput_ioctl()
11752 (ipft->ipft_flags & IPFT_F_SELF_REPLY) ? mp : mp1, cr); in ip_wput_ioctl()
11754 if (ipft->ipft_flags & IPFT_F_SELF_REPLY) { in ip_wput_ioctl()
11764 if (ipft->ipft_flags & IPFT_F_NO_REPLY) { in ip_wput_ioctl()