Searched defs:pktgen_dev (Results 1 – 1 of 1) sorted by relevance
267 struct pktgen_dev { struct271 struct proc_dir_entry *entry; /* proc file */272 struct pktgen_thread *pg_thread;/* the owner */273 struct list_head list; /* chaining in the thread's run-queue */274 struct rcu_head rcu; /* freed by RCU */276 int running; /* if false, the test will stop */281 __u32 flags;282 int xmit_mode;283 int min_pkt_size;284 int max_pkt_size;[all …]