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

/freebsd-13-stable/sys/netgraph/
H A Dng_sample.h73 u_int32_t packets_out; /* packets out towards downstream */ member in struct:ngxxxstat
85 { "packets_out", &ng_parse_uint32_type }, \
H A Dng_etf.h65 u_int32_t packets_out; /* packets out towards downstream */ member in struct:ng_etfstat
73 { "packets_out", &ng_parse_uint32_type }, \
H A Dng_macfilter.h86 u_int64_t packets_out; /* packets out towards downstream */ member in struct:ngm_macfilter_mac
94 { "packets_out", &ng_parse_uint64_type }, \
H A Dng_sample.c136 u_int packets_out; /* packets out towards downstream */ member in struct:XXX
282 stats->packets_out = xxxp->packets_out;
346 xxxp->packets_out++;
H A Dng_etf.c151 u_int packets_out; /* packets out towards downstream */ member in struct:ETF
208 etfp->packets_out = 0;
270 stats->packets_out = etfp->packets_out;
423 etfp->packets_out++;
H A Dng_pppoe.h102 u_int packets_out; /* packets out towards ethernet */ member in struct:ngpppoestat
108 { "packets_out", &ng_parse_uint_type }, \
H A Dng_macfilter.c340 p->packets_in = p->packets_out = 0;
543 mf_macs[i].packets_out++;
H A Dng_pppoe.c282 u_int packets_out; /* packets out towards ethernet */ member in struct:PPPoE
909 stats->packets_out = privp->packets_out;
1453 privp->packets_out++;
1537 privp->packets_out++;
1977 privp->packets_out++;
/freebsd-13-stable/sys/dev/usb/misc/
H A Dudbp.h63 uint32_t packets_out; /* packets out towards downstream */ member in struct:ngudbpstat
75 { "packets_out", &ng_parse_int32_type }, \
H A Dudbp.c666 stats->packets_out = sc->sc_packets_out;

Completed in 173 milliseconds