Lines Matching defs:mst
3311 struct m_snd_tag *mst;
3314 mst = inp->inp_snd_tag;
3315 if (mst == NULL)
3318 if (mst->sw->snd_tag_modify == NULL) {
3321 error = mst->sw->snd_tag_modify(mst, ¶ms);
3334 struct m_snd_tag *mst;
3337 mst = inp->inp_snd_tag;
3338 if (mst == NULL)
3341 if (mst->sw->snd_tag_query == NULL) {
3344 error = mst->sw->snd_tag_query(mst, ¶ms);
3359 struct m_snd_tag *mst;
3362 mst = inp->inp_snd_tag;
3363 if (mst == NULL)
3366 if (mst->sw->snd_tag_query == NULL)
3369 error = mst->sw->snd_tag_query(mst, ¶ms);
3417 in_pcbdetach_tag(struct m_snd_tag *mst)
3420 m_snd_tag_rele(mst);
3433 struct m_snd_tag *mst;
3437 mst = inp->inp_snd_tag;
3440 if (mst == NULL)
3443 m_snd_tag_rele(mst);