Searched defs:netdev_rx_queue (Results 1 – 2 of 2) sorted by relevance
123896 struct netdev_rx_queue { struct123897 struct xdp_rxq_info xdp_rxq;123898 struct rps_map __attribute__((btf_type_tag("rcu"))) *rps_map;123899 struct rps_dev_flow_table __attribute__((btf_type_tag("rcu"))) *rps_flow_table;123900 struct kobject kobj;123901 struct net_device *dev;123902 netdevice_tracker dev_tracker;123903 struct xsk_buff_pool *pool;123904 u64 android_kabi_reserved1;123905 u64 android_kabi_reserved2;[all …]
131531 struct netdev_rx_queue { struct131532 struct xdp_rxq_info xdp_rxq;131533 struct rps_map __attribute__((btf_type_tag("rcu"))) *rps_map;131534 struct rps_dev_flow_table __attribute__((btf_type_tag("rcu"))) *rps_flow_table;131535 struct kobject kobj;131536 struct net_device *dev;131537 netdevice_tracker dev_tracker;131538 struct xsk_buff_pool *pool;131539 u64 android_kabi_reserved1;131540 u64 android_kabi_reserved2;[all …]