Lines Matching refs:act_ct_ext
401 struct nf_conn_act_ct_ext *act_ct_ext, u8 dir) in tcf_ct_flow_tc_ifidx() argument
404 entry->tuplehash[dir].tuple.tc.iifidx = act_ct_ext->ifindex[dir]; in tcf_ct_flow_tc_ifidx()
409 struct nf_conn_act_ct_ext *act_ct_ext; in tcf_ct_flow_ct_ext_ifidx_update() local
411 act_ct_ext = nf_conn_act_ct_ext_find(entry->ct); in tcf_ct_flow_ct_ext_ifidx_update()
412 if (act_ct_ext) { in tcf_ct_flow_ct_ext_ifidx_update()
413 tcf_ct_flow_tc_ifidx(entry, act_ct_ext, FLOW_OFFLOAD_DIR_ORIGINAL); in tcf_ct_flow_ct_ext_ifidx_update()
414 tcf_ct_flow_tc_ifidx(entry, act_ct_ext, FLOW_OFFLOAD_DIR_REPLY); in tcf_ct_flow_ct_ext_ifidx_update()
422 struct nf_conn_act_ct_ext *act_ct_ext; in tcf_ct_flow_table_add() local
442 act_ct_ext = nf_conn_act_ct_ext_find(ct); in tcf_ct_flow_table_add()
443 if (act_ct_ext) { in tcf_ct_flow_table_add()
444 tcf_ct_flow_tc_ifidx(entry, act_ct_ext, FLOW_OFFLOAD_DIR_ORIGINAL); in tcf_ct_flow_table_add()
445 tcf_ct_flow_tc_ifidx(entry, act_ct_ext, FLOW_OFFLOAD_DIR_REPLY); in tcf_ct_flow_table_add()