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
[all...]
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c11692 ipft_t *ipft; local
11724 for (ipft = ip_ioctl_ftbl; ipft->ipft_pfi; ipft++) {
11725 if (ipllc->ipllc_cmd == ipft->ipft_cmd)
11743 if (ipft->ipft_pfi &&
11744 ((mp1->b_wptr - mp1->b_rptr) >= ipft->ipft_min_size ||
11745 pullupmsg(mp1, ipft->ipft_min_size))) {
11746 error = (*ipft->ipft_pfi)(q,
11747 (ipft
[all...]

Completed in 105 milliseconds