Home
last modified time | relevance | path

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

/linux-6.12.1/net/sched/
Dact_ct.c146 __be16 target_dst = target.dst.u.tcp.port; in tcf_ct_flow_table_add_action_nat_tcp() local
152 if (target_dst != tuple->dst.u.tcp.port) in tcf_ct_flow_table_add_action_nat_tcp()
155 0xFFFF, be16_to_cpu(target_dst)); in tcf_ct_flow_table_add_action_nat_tcp()
164 __be16 target_dst = target.dst.u.udp.port; in tcf_ct_flow_table_add_action_nat_udp() local
170 if (target_dst != tuple->dst.u.udp.port) in tcf_ct_flow_table_add_action_nat_udp()
173 0xFFFF, be16_to_cpu(target_dst)); in tcf_ct_flow_table_add_action_nat_udp()