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

/freebsd-13-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.h64 u_int32_t packets_in; /* packets in from downstream */ member in struct:ng_etfstat
72 { "packets_in", &ng_parse_uint32_type }, \
H A Dng_macfilter.h84 u_int64_t packets_in; /* packets in from downstream */ member in struct:ngm_macfilter_mac
92 { "packets_in", &ng_parse_uint64_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.c150 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_macfilter.c340 p->packets_in = p->packets_out = 0;
583 mf_macs[i].packets_in++;
H A Dng_pppoe.c281 u_int packets_in; /* packets in from ethernet */ member in struct:PPPoE
908 stats->packets_in = privp->packets_in;
1585 privp->packets_in++;
/freebsd-13-stable/sys/dev/usb/misc/
H A Dudbp.h62 uint32_t packets_in; /* packets in from downstream */ member in struct:ngudbpstat
74 { "packets_in", &ng_parse_int32_type }, \
H A Dudbp.c665 stats->packets_in = sc->sc_packets_in;

Completed in 179 milliseconds