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 6b0e63f commit e27474dCopy full SHA for e27474d
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