Lines Matching defs:mti
107 const struct of_msgtypeinfo *mti)
120 if (!mti)
123 if ((mti->req_what == REQ_FIXLEN && len != mti->req_value) ||
124 (mti->req_what == REQ_MINLEN && len < mti->req_value))
127 if (!ndo->ndo_vflag || !mti->decoder)
130 mti->decoder(ndo, cp, len);
150 const struct of_msgtypeinfo *mti;
162 mti =
166 if (mti && mti->name)
167 ND_PRINT(", type %s", mti->name);
212 of_message_print(ndo, cp, length - OF_HEADER_FIXLEN, mti);