Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/bluetooth/include/
H A Dng_h4.h103 u_int32_t pckts_recv; /* # of packets received */ member
H A Dng_ubt.h79 u_int32_t pckts_recv; /* # of packets received */ member
/f-stack/freebsd/netgraph/bluetooth/drivers/h4/
H A Dng_h4_var.h80 #define NG_H4_STAT_PCKTS_RECV(s) (s).pckts_recv ++
/f-stack/freebsd/netgraph/bluetooth/drivers/ubt/
H A Dng_ubt_var.h116 #define UBT_STAT_PCKTS_RECV(sc) (sc)->sc_stat.pckts_recv ++