Lines Matching refs:mst
3250 struct m_snd_tag *mst; in in_pcbmodify_txrtlmt() local
3253 mst = inp->inp_snd_tag; in in_pcbmodify_txrtlmt()
3254 if (mst == NULL) in in_pcbmodify_txrtlmt()
3257 if (mst->sw->snd_tag_modify == NULL) { in in_pcbmodify_txrtlmt()
3260 error = mst->sw->snd_tag_modify(mst, ¶ms); in in_pcbmodify_txrtlmt()
3273 struct m_snd_tag *mst; in in_pcbquery_txrtlmt() local
3276 mst = inp->inp_snd_tag; in in_pcbquery_txrtlmt()
3277 if (mst == NULL) in in_pcbquery_txrtlmt()
3280 if (mst->sw->snd_tag_query == NULL) { in in_pcbquery_txrtlmt()
3283 error = mst->sw->snd_tag_query(mst, ¶ms); in in_pcbquery_txrtlmt()
3298 struct m_snd_tag *mst; in in_pcbquery_txrlevel() local
3301 mst = inp->inp_snd_tag; in in_pcbquery_txrlevel()
3302 if (mst == NULL) in in_pcbquery_txrlevel()
3305 if (mst->sw->snd_tag_query == NULL) in in_pcbquery_txrlevel()
3308 error = mst->sw->snd_tag_query(mst, ¶ms); in in_pcbquery_txrlevel()
3356 in_pcbdetach_tag(struct m_snd_tag *mst) in in_pcbdetach_tag() argument
3359 m_snd_tag_rele(mst); in in_pcbdetach_tag()
3372 struct m_snd_tag *mst; in in_pcbdetach_txrtlmt() local
3376 mst = inp->inp_snd_tag; in in_pcbdetach_txrtlmt()
3379 if (mst == NULL) in in_pcbdetach_txrtlmt()
3382 m_snd_tag_rele(mst); in in_pcbdetach_txrtlmt()