Home
last modified time | relevance | path

Searched refs:tbf (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/net/ip_mroute/
H A Dip_mroute.h258 struct tbf *v_tbf; /* token bucket structure at intf. */
339 struct tbf struct
H A Dip_mroute.c114 static struct tbf tbftable[MAXVIFS];
751 struct tbf *v_tbf = tbftable + vifcp->vifc_vifi; in add_vif()
1776 struct tbf *t = vifp->v_tbf; in tbf_control()
1817 struct tbf *t = vifp->v_tbf; in tbf_queue()
1846 struct tbf *t = vifp->v_tbf; in tbf_process_q()
1896 struct tbf *t = vifp->v_tbf; in tbf_dq_sel()
1966 struct tbf *t = vifp->v_tbf; in tbf_update_tokens()
/dragonfly/sys/dev/netif/ath/ath/
H A Dif_ath.c3172 struct ath_buf *tbf; local
3174 tbf = ath_getbuf(sc,
3177 if (tbf == NULL)
3181 tbf->bf_next = NULL;
3182 tbf->bf_nseg = bf->bf_nseg;
3185 tbf->bf_m = bf->bf_m;
3186 tbf->bf_node = bf->bf_node;
3189 tbf->bf_lastds = NULL;
3191 tbf->bf_last = tbf;
3192 tbf->bf_comp = bf->bf_comp;
[all …]
/dragonfly/sys/netinet6/
H A Dip6_mroute.h226 struct tbf *m6_tbf; /* token bucket structure at intf. */
H A Dip6_mroute.c573 struct tbf *m_tbf = tbftable + mifcp->mif6c_mifi; in add_m6if()