Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/netinet/
H A Dip_mroute.h283 struct tbf { struct
284 timespec_t tbf_last_pkt_t; /* arr. time of last pkt */ argument
285 uint_t tbf_n_tok; /* no of tokens in bucket */ argument
286 uint_t tbf_q_len; /* length of queue at this vif */ argument
287 uint_t tbf_max_q_len; /* max queue length */ argument
288 mblk_t *tbf_q; /* Packet queue */ argument
289 mblk_t *tbf_t; /* Tail-insertion pointer */ argument
290 kmutex_t tbf_lock; /* lock on the tbf */ argument
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_bind.c69 tcp_bind_hash_insert(tf_t *tbf, tcp_t *tcp, int caller_holds_lock) in tcp_bind_hash_insert()
700 tf_t *tbf; in tcp_bindi() local
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_conn.c357 sctp_tf_t *tbf; in sctp_connect() local
H A Dsctp_bind.c575 sctp_tf_t *tbf; in sctp_bindi() local
H A Dsctp_hash.c795 sctp_bind_hash_insert(sctp_tf_t *tbf, sctp_t *sctp, int caller_holds_lock) in sctp_bind_hash_insert()
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_recv.c468 struct ath_buf *tbf; in arn_rx_handler() local
H A Darn_xmit.c334 struct ath_buf *tbf; in arn_clone_txbuf() local
464 struct ath_buf *tbf; in arn_tx_complete_aggr() local
/illumos-gate/usr/src/cmd/backup/restore/
H A Dtape.c43 static char *tbf = NULL; variable
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dsa.c272 sa_layout_equal(sa_lot_t *tbf, sa_attr_type_t *attrs, int count) in sa_layout_equal()