Home
last modified time | relevance | path

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

/linux-6.1.9/net/sched/
Dact_ct.c139 __be16 target_dst = target.dst.u.tcp.port; in tcf_ct_flow_table_add_action_nat_tcp() local
145 if (target_dst != tuple->dst.u.tcp.port) in tcf_ct_flow_table_add_action_nat_tcp()
148 0xFFFF, be16_to_cpu(target_dst)); in tcf_ct_flow_table_add_action_nat_tcp()
157 __be16 target_dst = target.dst.u.udp.port; in tcf_ct_flow_table_add_action_nat_udp() local
163 if (target_dst != tuple->dst.u.udp.port) in tcf_ct_flow_table_add_action_nat_udp()
166 0xFFFF, be16_to_cpu(target_dst)); in tcf_ct_flow_table_add_action_nat_udp()