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