Searched defs:tbf (Results 1 – 2 of 2) sorted by relevance
339 struct tbf struct341 struct timeval tbf_last_pkt_t; /* arr. time of last pkt */ argument342 u_long tbf_n_tok; /* no of tokens in bucket */ argument343 u_long tbf_q_len; /* length of queue at this vif */ argument344 u_long tbf_max_q_len; /* max. queue length */ argument345 struct mbuf *tbf_q; /* Packet queue */ argument346 struct mbuf *tbf_t; /* tail-insertion pointer */ argument
3172 struct ath_buf *tbf; local