Home
last modified time | relevance | path

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

/linux-4.1.27/net/core/
Dpktgen.c239 struct pktgen_dev { struct
243 struct proc_dir_entry *entry; /* proc file */
244 struct pktgen_thread *pg_thread;/* the owner */
245 struct list_head list; /* chaining in the thread's run-queue */
246 struct rcu_head rcu; /* freed by RCU */
248 int running; /* if false, the test will stop */
253 __u32 flags;
254 int removal_mark; /* non-zero => the device is marked for
257 int min_pkt_size;
258 int max_pkt_size;
[all …]