Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_etf.c151 u_int packets_out; /* packets out towards downstream */ member
208 etfp->packets_out = 0; in ng_etf_newhook()
270 stats->packets_out = etfp->packets_out; in ng_etf_rcvmsg()
423 etfp->packets_out++; in ng_etf_rcvdata()
H A Dng_sample.c136 u_int packets_out; /* packets out towards downstream */ member
282 stats->packets_out = xxxp->packets_out; in ng_xxx_rcvmsg()
346 xxxp->packets_out++; in ng_xxx_rcvdata()
H A Dng_sample.h73 u_int32_t packets_out; /* packets out towards downstream */ member
H A Dng_etf.h65 u_int32_t packets_out; /* packets out towards downstream */ member
H A Dng_macfilter.h86 u_int64_t packets_out; /* packets out towards downstream */ member
H A Dng_pppoe.h102 u_int packets_out; /* packets out towards ethernet */ member
H A Dng_pppoe.c282 u_int packets_out; /* packets out towards ethernet */ member
909 stats->packets_out = privp->packets_out; in ng_pppoe_rcvmsg()
1453 privp->packets_out++; in ng_pppoe_rcvdata()
1537 privp->packets_out++; in ng_pppoe_rcvdata()
1977 privp->packets_out++; in ng_pppoe_rcvdata_debug()
H A Dng_macfilter.c340 p->packets_in = p->packets_out = 0; in macfilter_reset_stats()
543 mf_macs[i].packets_out++; in macfilter_ether_output()
/f-stack/tools/compat/include/netgraph/
H A Dng_sample.h73 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_pppoe.h100 u_int packets_out; /* packets out towards ethernet */ member