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 5ac8989 commit a526c6dCopy full SHA for a526c6d
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