Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_etf.c150 u_int packets_in; /* packets in from downstream */ member
207 etfp->packets_in = 0; in ng_etf_newhook()
269 stats->packets_in = etfp->packets_in; in ng_etf_rcvmsg()
402 etfp->packets_in++; in ng_etf_rcvdata()
H A Dng_sample.c135 u_int packets_in; /* packets in from downstream */ member
281 stats->packets_in = xxxp->packets_in; in ng_xxx_rcvmsg()
372 xxxp->packets_in++; in ng_xxx_rcvdata()
H A Dng_sample.h72 u_int32_t packets_in; /* packets in from downstream */ member
H A Dng_etf.h64 u_int32_t packets_in; /* packets in from downstream */ member
H A Dng_macfilter.h84 u_int64_t packets_in; /* packets in from downstream */ member
H A Dng_pppoe.h101 u_int packets_in; /* packets in from ethernet */ member
H A Dng_macfilter.c340 p->packets_in = p->packets_out = 0; in macfilter_reset_stats()
583 mf_macs[i].packets_in++; in macfilter_ether_input()
H A Dng_pppoe.c281 u_int packets_in; /* packets in from ethernet */ member
908 stats->packets_in = privp->packets_in; in ng_pppoe_rcvmsg()
1585 privp->packets_in++; in ng_pppoe_rcvdata_ether()
/f-stack/tools/compat/include/netgraph/
H A Dng_sample.h72 u_int32_t packets_in; /* packets in from downstream */ member
H A Dng_etf.h62 u_int32_t packets_in; /* packets in from downstream */ member
H A Dng_pppoe.h99 u_int packets_in; /* packets in from ethernet */ member