Home
last modified time | relevance | path

Searched defs:pktgen_dev (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/net/core/
Dpktgen.c263 struct pktgen_dev { struct
267 struct proc_dir_entry *entry; /* proc file */
268 struct pktgen_thread *pg_thread;/* the owner */
269 struct list_head list; /* chaining in the thread's run-queue */
270 struct rcu_head rcu; /* freed by RCU */
272 int running; /* if false, the test will stop */
277 __u32 flags;
278 int xmit_mode;
279 int min_pkt_size;
280 int max_pkt_size;
[all …]