Lines Matching defs:mst
2378 needs_eo(struct m_snd_tag *mst)
2381 return (mst != NULL && mst->sw->type == IF_SND_TAG_TYPE_RATE_LIMIT);
2700 struct m_snd_tag *mst;
2724 mst = m0->m_pkthdr.snd_tag;
2726 mst = NULL;
2729 if (mst != NULL && mst->sw->type == IF_SND_TAG_TYPE_TLS) {
2730 struct vi_info *vi = if_getsoftc(mst->ifp);
2779 if (__predict_false(needs_eo(mst) && !needs_outer_l4_csum(m0))) {
2783 mst = NULL;
2789 && !needs_eo(mst)
2926 if (needs_eo(mst)) {
2938 rc = ethofld_transmit(mst->ifp, m0);