Searched refs:xdp_packets (Results 1 - 5 of 5) sorted by path

/linux-master/drivers/net/
H A Dveth.c45 u64 xdp_packets; member in struct:veth_stats
98 { "xdp_packets", VETH_RQ_STAT(xdp_packets) },
397 result->xdp_packets = 0;
410 packets = stats->vs.xdp_packets;
416 result->xdp_packets += packets;
436 tot->rx_packets += rx.xdp_packets;
451 tot->tx_packets += rx.xdp_packets;
925 rq->stats.vs.xdp_packets += done;
H A Dvirtio_net.c107 u64_stats_t xdp_packets; member in struct:virtnet_rq_stats
140 VIRTNET_RQ_STAT("xdp_packets", xdp_packets),
1197 u64_stats_inc(&stats->xdp_packets);
/linux-master/drivers/net/vmxnet3/
H A Dvmxnet3_ethtool.c115 xdp_packets) },
H A Dvmxnet3_int.h297 u64 xdp_packets; /* Total packets processed by XDP. */ member in struct:vmxnet3_rq_driver_stats
H A Dvmxnet3_xdp.c259 rq->stats.xdp_packets++;

Completed in 239 milliseconds