Home
last modified time | relevance | path

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

/linux-4.4.14/net/core/
Dpktgen.c243 struct pktgen_dev { struct
247 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 …]