Searched defs:xdp_statistics (Results 1 – 2 of 2) sorted by relevance
88 struct xdp_statistics { struct89 __u64 rx_dropped; /* Dropped for other reasons */90 __u64 rx_invalid_descs; /* Dropped due to invalid descriptor */91 __u64 tx_invalid_descs; /* Dropped due to invalid descriptor */92 __u64 rx_ring_full; /* Dropped due to rx ring being full */93 __u64 rx_fill_ring_empty_descs; /* Failed to retrieve item from fill ring */94 __u64 tx_ring_empty_descs; /* Failed to retrieve item from tx ring */