Home
last modified time | relevance | path

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

/openbmc/linux/net/sched/
H A Dact_ct.c148 __be16 target_dst = target.dst.u.tcp.port; in tcf_ct_flow_table_add_action_nat_tcp() local
154 if (target_dst != tuple->dst.u.tcp.port) in tcf_ct_flow_table_add_action_nat_tcp()
157 0xFFFF, be16_to_cpu(target_dst)); in tcf_ct_flow_table_add_action_nat_tcp()
166 __be16 target_dst = target.dst.u.udp.port; in tcf_ct_flow_table_add_action_nat_udp() local
172 if (target_dst != tuple->dst.u.udp.port) in tcf_ct_flow_table_add_action_nat_udp()
175 0xFFFF, be16_to_cpu(target_dst)); in tcf_ct_flow_table_add_action_nat_udp()