Home
last modified time | relevance | path

Searched refs:NG_H4_STAT_BYTES_RECV (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/netgraph/bluetooth/drivers/h4/
H A Dng_h4_var.h81 #define NG_H4_STAT_BYTES_RECV(s, n) (s).bytes_recv += (n) macro
H A Dng_h4.c378 NG_H4_STAT_BYTES_RECV(sc->stat, 1); in ng_h4_input()