Searched refs:fsm (Results 1 – 2 of 2) sorted by relevance
27 struct fwd_stream **fsm; in forward_stream_get() local31 fsm = &fwd_streams[fc->stream_idx]; in forward_stream_get()34 if (fsm[sm_id]->rx_port == port && in forward_stream_get()35 fsm[sm_id]->rx_queue == fs->rx_queue) in forward_stream_get()36 return fsm[sm_id]; in forward_stream_get()
2199 struct fwd_stream **fsm; in run_pkt_fwd_on_lcore() local2212 fsm = &fwd_streams[fc->stream_idx]; in run_pkt_fwd_on_lcore()2216 (*pkt_fwd)(fsm[sm_id]); in run_pkt_fwd_on_lcore()