Searched refs:ct_goto (Results 1 – 1 of 1) sorted by relevance
1811 struct flow_action_entry *ct_act, *ct_goto; in nfp_fl_ct_handle_pre_ct() local1823 ct_goto = get_flow_act(flow->rule, FLOW_ACTION_GOTO); in nfp_fl_ct_handle_pre_ct()1824 if (!ct_goto) { in nfp_fl_ct_handle_pre_ct()1853 ct_entry->goto_chain_index = ct_goto->chain_index; in nfp_fl_ct_handle_pre_ct()1887 struct flow_action_entry *ct_goto; in nfp_fl_ct_handle_post_ct() local1935 ct_goto = get_flow_act(flow->rule, FLOW_ACTION_GOTO); in nfp_fl_ct_handle_post_ct()1936 ct_entry->goto_chain_index = ct_goto ? ct_goto->chain_index : 0; in nfp_fl_ct_handle_post_ct()