Lines Matching refs:ipft
11692 ipft_t *ipft;
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->ipft_flags & IPFT_F_SELF_REPLY) ? mp : mp1, cr);
11749 if (ipft->ipft_flags & IPFT_F_SELF_REPLY) {
11759 if (ipft->ipft_flags & IPFT_F_NO_REPLY) {