Searched defs:xdp_statistics (Results 1 – 2 of 2) sorted by relevance
81 struct xdp_statistics { struct82 __u64 rx_dropped; /* Dropped for other reasons */83 __u64 rx_invalid_descs; /* Dropped due to invalid descriptor */84 __u64 tx_invalid_descs; /* Dropped due to invalid descriptor */85 __u64 rx_ring_full; /* Dropped due to rx ring being full */86 __u64 rx_fill_ring_empty_descs; /* Failed to retrieve item from fill ring */87 __u64 tx_ring_empty_descs; /* Failed to retrieve item from tx ring */