Searched defs:xdp_statistics (Results 1 – 2 of 2) sorted by relevance
75 struct xdp_statistics { struct76 __u64 rx_dropped; /* Dropped for other reasons */77 __u64 rx_invalid_descs; /* Dropped due to invalid descriptor */78 __u64 tx_invalid_descs; /* Dropped due to invalid descriptor */79 __u64 rx_ring_full; /* Dropped due to rx ring being full */80 __u64 rx_fill_ring_empty_descs; /* Failed to retrieve item from fill ring */81 __u64 tx_ring_empty_descs; /* Failed to retrieve item from tx ring */
Completed in 7 milliseconds