Lines Matching defs:mst
2344 needs_eo(struct m_snd_tag *mst)
2347 return (mst != NULL && mst->sw->type == IF_SND_TAG_TYPE_RATE_LIMIT);
2666 struct m_snd_tag *mst;
2690 mst = m0->m_pkthdr.snd_tag;
2692 mst = NULL;
2695 if (mst != NULL && mst->sw->type == IF_SND_TAG_TYPE_TLS) {
2740 if (__predict_false(needs_eo(mst) && !needs_outer_l4_csum(m0))) {
2744 mst = NULL;
2750 && !needs_eo(mst)
2887 if (needs_eo(mst)) {
2899 rc = ethofld_transmit(mst->ifp, m0);