Home
last modified time | relevance | path

Searched refs:pckts_sent (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/netgraph/bluetooth/include/
H A Dng_h4.h105 u_int32_t pckts_sent; /* # of packets sent */ member
H A Dng_ubt.h81 u_int32_t pckts_sent; /* # of packets sent */ member
/f-stack/freebsd/netgraph/bluetooth/drivers/h4/
H A Dng_h4_var.h78 #define NG_H4_STAT_PCKTS_SENT(s) (s).pckts_sent ++
/f-stack/freebsd/netgraph/bluetooth/drivers/ubt/
H A Dng_ubt_var.h114 #define UBT_STAT_PCKTS_SENT(sc) (sc)->sc_stat.pckts_sent ++