curfl 403 net/core/pktgen.c unsigned int curfl; /* current sequenced flow (state)*/ curfl 2207 net/core/pktgen.c int flow = pkt_dev->curfl; curfl 2214 net/core/pktgen.c pkt_dev->curfl += 1; curfl 2215 net/core/pktgen.c if (pkt_dev->curfl >= pkt_dev->cflows) curfl 2216 net/core/pktgen.c pkt_dev->curfl = 0; /*reset */ curfl 2220 net/core/pktgen.c pkt_dev->curfl = flow; curfl 2228 net/core/pktgen.c return pkt_dev->curfl; curfl 2499 net/core/pktgen.c struct xfrm_state *x = pkt_dev->flows[pkt_dev->curfl].x; curfl 2555 net/core/pktgen.c struct xfrm_state *x = pkt_dev->flows[pkt_dev->curfl].x;