Searched refs:T_STOP (Results 1 - 1 of 1) sorted by relevance

/net/core/
H A Dpktgen.c208 #define T_STOP (1<<0) /* Stop run */ macro
3051 t->control &= ~(T_STOP);
3063 t->control |= T_STOP;
3111 t->control |= (T_STOP);
3456 if (t->control & T_STOP) {
3458 t->control &= ~(T_STOP);

Completed in 10 milliseconds