Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/netgraph/
Dng_etf.c149 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()
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()
Dng_sample.h73 u_int32_t packets_out; /* packets out towards downstream */ member
Dng_etf.h63 u_int32_t packets_out; /* packets out towards downstream */ member
Dng_pppoe.h102 u_int packets_out; /* packets out towards ethernet */ member
Dng_pppoe.c281 u_int packets_out; /* packets out towards ethernet */ member
909 stats->packets_out = privp->packets_out; in ng_pppoe_rcvmsg()
1447 privp->packets_out++; in ng_pppoe_rcvdata()
1531 privp->packets_out++; in ng_pppoe_rcvdata()
1971 privp->packets_out++; in ng_pppoe_rcvdata_debug()
/freebsd-10-stable/sys/dev/usb/misc/
Dudbp.h64 uint32_t packets_out; /* packets out towards downstream */ member
Dudbp.c667 stats->packets_out = sc->sc_packets_out; in ng_udbp_rcvmsg()
/freebsd-10-stable/sys/dev/oce/
Doce_queue.c426 rq->packets_out = 0; in oce_rq_init()
1151 pd = &rq->pckts[rq->packets_out]; in oce_free_posted_rxbuf()
1159 if ((rq->packets_out + 1) == OCE_RQ_PACKET_ARRAY_SIZE) in oce_free_posted_rxbuf()
1160 rq->packets_out = 0; in oce_free_posted_rxbuf()
1162 rq->packets_out++; in oce_free_posted_rxbuf()
1219 rq->packets_out = 0; in oce_start_rx()
Doce_if.c1320 if (rq->packets_out == rq->packets_in) { in oce_rx()
1324 out = rq->packets_out + 1; in oce_rx()
1327 pd = &rq->pckts[rq->packets_out]; in oce_rx()
1328 rq->packets_out = out; in oce_rx()
1441 if (rq->packets_out == rq->packets_in) { in oce_discard_rx_comp()
1445 out = rq->packets_out + 1; in oce_discard_rx_comp()
1448 pd = &rq->pckts[rq->packets_out]; in oce_discard_rx_comp()
1449 rq->packets_out = out; in oce_discard_rx_comp()
1566 if (in == rq->packets_out) in oce_alloc_rx_bufs()
Doce_if.h745 uint32_t packets_out; member