Home
last modified time | relevance | path

Searched refs:bytes_sent (Results 1 – 8 of 8) sorted by relevance

/dragonfly/sys/netgraph7/bluetooth/include/
H A Dng_h4.h104 u_int32_t bytes_sent; /* # of bytes sent */ member
H A Dng_ubt.h80 u_int32_t bytes_sent; /* # of bytes sent */ member
H A Dng_bt3c.h95 u_int32_t bytes_sent; /* # of bytes sent */ member
H A Dng_hci.h536 u_int32_t bytes_sent; /* total number of bytes sent */ member
/dragonfly/sys/netgraph7/bluetooth/drivers/h4/
H A Dng_h4_var.h79 #define NG_H4_STAT_BYTES_SENT(s, n) (s).bytes_sent += (n)
/dragonfly/sys/netgraph7/bluetooth/drivers/bt3c/
H A Dng_bt3c_var.h85 #define NG_BT3C_STAT_BYTES_SENT(s, n) (s).bytes_sent += (n)
/dragonfly/sys/netgraph7/bluetooth/drivers/ubt/
H A Dng_ubt_var.h84 #define UBT_STAT_BYTES_SENT(sc, n) (sc)->sc_stat.bytes_sent += (n)
/dragonfly/sys/netgraph7/bluetooth/hci/
H A Dng_hci_var.h147 #define NG_HCI_STAT_BYTES_SENT(s, b) (s).bytes_sent += (b)