Lines Matching defs:netdevsim
102 struct netdevsim { struct
103 struct net_device *netdev;
104 struct nsim_dev *nsim_dev;
105 struct nsim_dev_port *nsim_dev_port;
106 struct mock_phc *phc;
107 struct nsim_rq **rq;
109 int rq_reset_mode;
111 u64 tx_packets;
112 u64 tx_bytes;
113 u64 tx_dropped;
114 struct u64_stats_sync syncp;
116 struct nsim_bus_dev *nsim_bus_dev;
118 struct bpf_prog *bpf_offloaded;
119 u32 bpf_offloaded_id;
121 struct xdp_attachment_info xdp;
122 struct xdp_attachment_info xdp_hw;
146 struct netdevsim __rcu *peer; argument