Home
last modified time | relevance | path

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

/linux-6.15/net/core/
Dpktgen.c265 struct pktgen_dev { struct
269 struct proc_dir_entry *entry; /* proc file */
270 struct pktgen_thread *pg_thread;/* the owner */
271 struct list_head list; /* chaining in the thread's run-queue */
272 struct rcu_head rcu; /* freed by RCU */
274 int running; /* if false, the test will stop */
279 __u32 flags;
280 int xmit_mode;
281 int min_pkt_size;
282 int max_pkt_size;
[all …]