Searched refs:act_ct_ext (Results 1 – 2 of 2) sorted by relevance
42 struct nf_conn_act_ct_ext *act_ct_ext; in nf_conn_act_ct_ext_fill() local44 act_ct_ext = nf_conn_act_ct_ext_find(ct); in nf_conn_act_ct_ext_fill()45 if (dev_net(skb->dev) == &init_net && act_ct_ext) in nf_conn_act_ct_ext_fill()46 act_ct_ext->ifindex[CTINFO2DIR(ctinfo)] = skb->dev->ifindex; in nf_conn_act_ct_ext_fill()
360 struct nf_conn_act_ct_ext *act_ct_ext, u8 dir) in tcf_ct_flow_tc_ifidx() argument363 entry->tuplehash[dir].tuple.tc.iifidx = act_ct_ext->ifindex[dir]; in tcf_ct_flow_tc_ifidx()370 struct nf_conn_act_ct_ext *act_ct_ext; in tcf_ct_flow_table_add() local388 act_ct_ext = nf_conn_act_ct_ext_find(ct); in tcf_ct_flow_table_add()389 if (act_ct_ext) { in tcf_ct_flow_table_add()390 tcf_ct_flow_tc_ifidx(entry, act_ct_ext, FLOW_OFFLOAD_DIR_ORIGINAL); in tcf_ct_flow_table_add()391 tcf_ct_flow_tc_ifidx(entry, act_ct_ext, FLOW_OFFLOAD_DIR_REPLY); in tcf_ct_flow_table_add()