Home
last modified time | relevance | path

Searched defs:tbf (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/sys/net/ip_mroute/
H A Dip_mroute.h339 struct tbf struct
341 struct timeval tbf_last_pkt_t; /* arr. time of last pkt */ argument
342 u_long tbf_n_tok; /* no of tokens in bucket */ argument
343 u_long tbf_q_len; /* length of queue at this vif */ argument
344 u_long tbf_max_q_len; /* max. queue length */ argument
345 struct mbuf *tbf_q; /* Packet queue */ argument
346 struct mbuf *tbf_t; /* tail-insertion pointer */ argument
/dflybsd-src/sys/dev/netif/ath/ath/
H A Dif_ath.c3172 struct ath_buf *tbf; local