Searched defs:tbf (Results 1 – 10 of 10) sorted by relevance
283 struct tbf { struct284 timespec_t tbf_last_pkt_t; /* arr. time of last pkt */ argument285 uint_t tbf_n_tok; /* no of tokens in bucket */ argument286 uint_t tbf_q_len; /* length of queue at this vif */ argument287 uint_t tbf_max_q_len; /* max queue length */ argument288 mblk_t *tbf_q; /* Packet queue */ argument289 mblk_t *tbf_t; /* Tail-insertion pointer */ argument290 kmutex_t tbf_lock; /* lock on the tbf */ argument
68 tcp_bind_hash_insert(tf_t *tbf, tcp_t *tcp, int caller_holds_lock) in tcp_bind_hash_insert()698 tf_t *tbf; in tcp_bindi() local
357 sctp_tf_t *tbf; in sctp_connect() local
575 sctp_tf_t *tbf; in sctp_bindi() local
786 sctp_bind_hash_insert(sctp_tf_t *tbf, sctp_t *sctp, int caller_holds_lock) in sctp_bind_hash_insert()
468 struct ath_buf *tbf; in arn_rx_handler() local
335 struct ath_buf *tbf; in arn_clone_txbuf() local465 struct ath_buf *tbf; in arn_tx_complete_aggr() local
43 static char *tbf = NULL; variable
272 sa_layout_equal(sa_lot_t *tbf, sa_attr_type_t *attrs, int count) in sa_layout_equal()
1165 void *tbf; /* Pointer to bind hash list struct. */ member