Searched refs:packets_in (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/sys/netgraph/
H A Dng_sample.h72 u_int32_t packets_in; /* packets in from downstream */ member in struct:ngxxxstat
84 { "packets_in", &ng_parse_uint32_type }, \
H A Dng_etf.h62 u_int32_t packets_in; /* packets in from downstream */ member in struct:ng_etfstat
70 { "packets_in", &ng_parse_uint32_type }, \
H A Dng_sample.c135 u_int packets_in; /* packets in from downstream */ member in struct:XXX
281 stats->packets_in = xxxp->packets_in;
372 xxxp->packets_in++;
H A Dng_etf.c148 u_int packets_in; /* packets in from downstream */ member in struct:ETF
207 etfp->packets_in = 0;
269 stats->packets_in = etfp->packets_in;
402 etfp->packets_in++;
H A Dng_pppoe.h101 u_int packets_in; /* packets in from ethernet */ member in struct:ngpppoestat
107 { "packets_in", &ng_parse_uint_type }, \
H A Dng_pppoe.c280 u_int packets_in; /* packets in from ethernet */ member in struct:PPPoE
908 stats->packets_in = privp->packets_in;
1579 privp->packets_in++;
/freebsd-11-stable/sys/dev/usb/misc/
H A Dudbp.h63 uint32_t packets_in; /* packets in from downstream */ member in struct:ngudbpstat
75 { "packets_in", &ng_parse_int32_type }, \
H A Dudbp.c667 stats->packets_in = sc->sc_packets_in;

Completed in 164 milliseconds