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 bf5b4f7 commit 59691fbCopy full SHA for 59691fb
net/core/pktgen.c
@@ -227,7 +227,7 @@ static char *pkt_flag_names[] = {
227
228
/* Xmit modes */
229
#define M_START_XMIT 0 /* Default normal TX */
230
-#define M_NETIF_RECEIVE 1 /* Inject packets into stack */
+#define M_NETIF_RECEIVE 1 /* Inject packets into stack */
231
#define M_QUEUE_XMIT 2 /* Inject packet into qdisc */
232
233
/* If lock -- protects updating of if_list */
0 commit comments