Searched refs:NG_H4_STAT_BYTES_RECV (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/netgraph/bluetooth/drivers/h4/ | ||
| H A D | ng_h4_var.h | 81 #define NG_H4_STAT_BYTES_RECV(s, n) (s).bytes_recv += (n) macro |
| H A D | ng_h4.c | 378 NG_H4_STAT_BYTES_RECV(sc->stat, 1); in ng_h4_input() |