Symbol: tbf
sys/dev/netif/ath/ath/if_ath.c
3172
struct ath_buf *tbf;
sys/dev/netif/ath/ath/if_ath.c
3174
tbf = ath_getbuf(sc,
sys/dev/netif/ath/ath/if_ath.c
3177
if (tbf == NULL)
sys/dev/netif/ath/ath/if_ath.c
3181
tbf->bf_next = NULL;
sys/dev/netif/ath/ath/if_ath.c
3182
tbf->bf_nseg = bf->bf_nseg;
sys/dev/netif/ath/ath/if_ath.c
3183
tbf->bf_flags = bf->bf_flags & ATH_BUF_FLAGS_CLONE;
sys/dev/netif/ath/ath/if_ath.c
3184
tbf->bf_status = bf->bf_status;
sys/dev/netif/ath/ath/if_ath.c
3185
tbf->bf_m = bf->bf_m;
sys/dev/netif/ath/ath/if_ath.c
3186
tbf->bf_node = bf->bf_node;
sys/dev/netif/ath/ath/if_ath.c
3189
tbf->bf_lastds = NULL;
sys/dev/netif/ath/ath/if_ath.c
3191
tbf->bf_last = tbf;
sys/dev/netif/ath/ath/if_ath.c
3192
tbf->bf_comp = bf->bf_comp;
sys/dev/netif/ath/ath/if_ath.c
3216
memcpy(&tbf->bf_state, &bf->bf_state, sizeof(bf->bf_state));
sys/dev/netif/ath/ath/if_ath.c
3218
return tbf;
sys/net/ip_mroute/ip_mroute.c
114
static struct tbf tbftable[MAXVIFS];
sys/net/ip_mroute/ip_mroute.c
1776
struct tbf *t = vifp->v_tbf;
sys/net/ip_mroute/ip_mroute.c
1817
struct tbf *t = vifp->v_tbf;
sys/net/ip_mroute/ip_mroute.c
1846
struct tbf *t = vifp->v_tbf;
sys/net/ip_mroute/ip_mroute.c
1896
struct tbf *t = vifp->v_tbf;
sys/net/ip_mroute/ip_mroute.c
1966
struct tbf *t = vifp->v_tbf;
sys/net/ip_mroute/ip_mroute.c
751
struct tbf *v_tbf = tbftable + vifcp->vifc_vifi;
sys/net/ip_mroute/ip_mroute.h
258
struct tbf *v_tbf; /* token bucket structure at intf. */
sys/netinet6/ip6_mroute.c
573
struct tbf *m_tbf = tbftable + mifcp->mif6c_mifi;
sys/netinet6/ip6_mroute.h
226
struct tbf *m6_tbf; /* token bucket structure at intf. */