Lines Matching defs:mst
1099 struct m_snd_tag *mst;
1104 error = ktls_alloc_snd_tag(so->so_pcb, tls, force, &mst);
1110 error = ktls_alloc_rcv_tag(so->so_pcb, tls, &mst);
1119 tls->snd_tag = mst;
1673 struct m_snd_tag *mst;
1693 mst = tls->snd_tag;
1695 if (mst != NULL)
1696 m_snd_tag_rele(mst);
1719 error = m_snd_tag_alloc(ifp, ¶ms, &mst);
1722 tls->snd_tag = mst;
1894 struct m_snd_tag *mst;
1911 mst = tls->snd_tag;
1913 MPASS(mst != NULL);
1914 MPASS(mst->sw->type == IF_SND_TAG_TYPE_TLS_RATE_LIMIT);
1916 return (mst->sw->snd_tag_modify(mst, ¶ms));
2450 struct m_snd_tag *mst;
2454 mst = so->so_rcv.sb_tls_info->snd_tag;
2455 if (__predict_false(mst == NULL))
2481 MPASS(mst->sw->type == IF_SND_TAG_TYPE_TLS_RX);
2482 return (mst->sw->snd_tag_modify(mst, ¶ms));