Home
last modified time | relevance | path

Searched refs:F_FLOW_SEQ (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/net/core/
Dpktgen.c199 #define F_FLOW_SEQ (1<<11) /* Sequential flows */ macro
666 if (pkt_dev->flags & F_FLOW_SEQ) in pktgen_if_show()
1281 pkt_dev->flags |= F_FLOW_SEQ; in pktgen_if_write()
2296 if (pkt_dev->flags & F_FLOW_SEQ) { in f_pick()