Home
last modified time | relevance | path

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

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