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

/freebsd-11-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.h63 u_int32_t packets_out; /* packets out towards downstream */ member in struct:ng_etfstat
71 { "packets_out", &ng_parse_uint32_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.c149 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_pppoe.c281 u_int packets_out; /* packets out towards ethernet */ member in struct:PPPoE
909 stats->packets_out = privp->packets_out;
1447 privp->packets_out++;
1531 privp->packets_out++;
1971 privp->packets_out++;
/freebsd-11-stable/sys/dev/usb/misc/
H A Dudbp.h64 uint32_t packets_out; /* packets out towards downstream */ member in struct:ngudbpstat
76 { "packets_out", &ng_parse_int32_type }, \
H A Dudbp.c668 stats->packets_out = sc->sc_packets_out;

Completed in 71 milliseconds