Searched defs:netdev_rx_queue (Results 1 – 1 of 1) sorted by relevance
13 struct netdev_rx_queue { struct14 struct xdp_rxq_info xdp_rxq;16 struct rps_map __rcu *rps_map;17 struct rps_dev_flow_table __rcu *rps_flow_table;42 ssize_t (*show)(struct netdev_rx_queue *queue, char *buf); argument