Searched refs:pckts_sent (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.2-release/sys/netgraph/bluetooth/include/
H A Dng_h4.h103 u_int32_t pckts_sent; /* # of packets sent */ member in struct:__anon10846
H A Dng_ubt.h79 u_int32_t pckts_sent; /* # of packets sent */ member in struct:__anon11064
H A Dng_bt3c.h94 u_int32_t pckts_sent; /* # of packets sent */ member in struct:__anon10844
/freebsd-10.2-release/sys/netgraph/bluetooth/drivers/bt3c/
H A Dng_bt3c_var.h84 #define NG_BT3C_STAT_PCKTS_SENT(s) (s).pckts_sent ++
/freebsd-10.2-release/sys/netgraph/bluetooth/drivers/h4/
H A Dng_h4_var.h76 #define NG_H4_STAT_PCKTS_SENT(s) (s).pckts_sent ++
/freebsd-10.2-release/sys/netgraph/bluetooth/drivers/ubt/
H A Dng_ubt_var.h83 #define UBT_STAT_PCKTS_SENT(sc) (sc)->sc_stat.pckts_sent ++

Completed in 25 milliseconds