Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/netronome/nfp/flower/
Dconntrack.c1811 struct flow_action_entry *ct_act, *ct_goto; in nfp_fl_ct_handle_pre_ct() local
1823 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() local
1935 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()