Searched defs:pktgen_dev (Results 1 – 1 of 1) sorted by relevance
243 struct pktgen_dev { struct247 struct proc_dir_entry *entry; /* proc file */248 struct pktgen_thread *pg_thread;/* the owner */249 struct list_head list; /* chaining in the thread's run-queue */250 struct rcu_head rcu; /* freed by RCU */252 int running; /* if false, the test will stop */257 __u32 flags;258 int xmit_mode;259 int min_pkt_size;260 int max_pkt_size;[all …]