Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-pmd/
H A Dflowgen.c101 static int next_flow = 0; in pkt_burst_flow_gen() local
150 next_flow); in pkt_burst_flow_gen()
174 next_flow = (next_flow + 1) % cfg_n_flows; in pkt_burst_flow_gen()
194 next_flow -= (nb_pkt - nb_tx); in pkt_burst_flow_gen()
195 while (next_flow < 0) in pkt_burst_flow_gen()
196 next_flow += cfg_n_flows; in pkt_burst_flow_gen()
/f-stack/freebsd/netpfil/ipfw/test/
H A Dmain.c387 fs->cur = fs->first_flow = prev==NULL ? 0 : prev->next_flow; in parse_flowsets()
388 fs->next_flow = fs->first_flow + fs->n_flows; in parse_flowsets()
412 fs->first_flow, fs->next_flow, in parse_flowsets()
414 for (j = fs->first_flow; j < fs->next_flow; j++) { in parse_flowsets()
710 if (fs->cur >= fs->next_flow) in controller()
H A Ddn_test.h85 int next_flow; /* first_flow + n_flows */ member