Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netgraph/
H A Dng_etf.c149 u_int packets_out; /* packets out towards downstream */ member
206 etfp->packets_out = 0; in ng_etf_newhook()
268 stats->packets_out = etfp->packets_out; in ng_etf_rcvmsg()
421 etfp->packets_out++; in ng_etf_rcvdata()
H A Dng_sample.c134 u_int packets_out; /* packets out towards downstream */ member
280 stats->packets_out = xxxp->packets_out; in ng_xxx_rcvmsg()
344 xxxp->packets_out++; in ng_xxx_rcvdata()
H A Dng_sample.h71 u_int32_t packets_out; /* packets out towards downstream */ member
H A Dng_etf.h63 u_int32_t packets_out; /* packets out towards downstream */ member
H A Dng_macfilter.h84 u_int64_t packets_out; /* packets out towards downstream */ member
H A Dng_pppoe.h100 u_int packets_out; /* packets out towards ethernet */ member
H A Dng_pppoe.c296 u_int packets_out; /* packets out towards ethernet */ member
923 stats->packets_out = privp->packets_out; in ng_pppoe_rcvmsg()
1473 privp->packets_out++; in ng_pppoe_rcvdata()
1553 privp->packets_out++; in ng_pppoe_rcvdata()
1991 privp->packets_out++; in ng_pppoe_rcvdata_debug()
H A Dng_macfilter.c338 p->packets_in = p->packets_out = 0; in macfilter_reset_stats()
541 mf_macs[i].packets_out++; in macfilter_ether_output()
/freebsd-14.2/sys/dev/usb/misc/
H A Dudbp.h61 uint32_t packets_out; /* packets out towards downstream */ member
H A Dudbp.c662 stats->packets_out = sc->sc_packets_out; in ng_udbp_rcvmsg()