Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/net/core/
Dpktgen.c266 struct pktgen_dev { struct
270 struct proc_dir_entry *entry; /* proc file */
271 struct pktgen_thread *pg_thread;/* the owner */
272 struct list_head list; /* chaining in the thread's run-queue */
273 struct rcu_head rcu; /* freed by RCU */
275 int running; /* if false, the test will stop */
280 __u32 flags;
281 int xmit_mode;
282 int min_pkt_size;
283 int max_pkt_size;
[all …]
/kernel/linux/linux-5.10/net/core/
Dpktgen.c257 struct pktgen_dev { struct
261 struct proc_dir_entry *entry; /* proc file */
262 struct pktgen_thread *pg_thread;/* the owner */
263 struct list_head list; /* chaining in the thread's run-queue */
264 struct rcu_head rcu; /* freed by RCU */
266 int running; /* if false, the test will stop */
271 __u32 flags;
272 int xmit_mode;
273 int min_pkt_size;
274 int max_pkt_size;
[all …]