Lines Matching defs:act_ct_ext
395 struct nf_conn_act_ct_ext *act_ct_ext, u8 dir)
398 entry->tuplehash[dir].tuple.tc.iifidx = act_ct_ext->ifindex[dir];
403 struct nf_conn_act_ct_ext *act_ct_ext;
405 act_ct_ext = nf_conn_act_ct_ext_find(entry->ct);
406 if (act_ct_ext) {
407 tcf_ct_flow_tc_ifidx(entry, act_ct_ext, FLOW_OFFLOAD_DIR_ORIGINAL);
408 tcf_ct_flow_tc_ifidx(entry, act_ct_ext, FLOW_OFFLOAD_DIR_REPLY);
416 struct nf_conn_act_ct_ext *act_ct_ext;
436 act_ct_ext = nf_conn_act_ct_ext_find(ct);
437 if (act_ct_ext) {
438 tcf_ct_flow_tc_ifidx(entry, act_ct_ext, FLOW_OFFLOAD_DIR_ORIGINAL);
439 tcf_ct_flow_tc_ifidx(entry, act_ct_ext, FLOW_OFFLOAD_DIR_REPLY);