Home
last modified time | relevance | path

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

/linux-6.1.9/include/net/netfilter/
Dnf_conntrack_act_ct.h42 struct nf_conn_act_ct_ext *act_ct_ext; in nf_conn_act_ct_ext_fill() local
44 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()
/linux-6.1.9/net/sched/
Dact_ct.c360 struct nf_conn_act_ct_ext *act_ct_ext, u8 dir) in tcf_ct_flow_tc_ifidx() argument
363 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() local
388 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()