We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63006e8 commit cc3e6e3Copy full SHA for cc3e6e3
net/core/pktgen.c
@@ -226,9 +226,9 @@ static char *pkt_flag_names[] = {
226
#define T_REMDEV (1<<3) /* Remove one dev */
227
228
/* Xmit modes */
229
-#define M_START_XMIT 0 /* Default normal TX */
230
-#define M_NETIF_RECEIVE 1 /* Inject packets into stack */
231
-#define M_QUEUE_XMIT 2 /* Inject packet into qdisc */
+#define M_START_XMIT 0 /* Default normal TX */
+#define M_NETIF_RECEIVE 1 /* Inject packets into stack */
+#define M_QUEUE_XMIT 2 /* Inject packet into qdisc */
232
233
/* If lock -- protects updating of if_list */
234
#define if_lock(t) mutex_lock(&(t->if_lock));
0 commit comments