Home
last modified time | relevance | path

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

/openbmc/linux/net/sched/
H A Dact_ct.c147 __be16 target_src = target.src.u.tcp.port; in tcf_ct_flow_table_add_action_nat_tcp() local
150 if (target_src != tuple->src.u.tcp.port) in tcf_ct_flow_table_add_action_nat_tcp()
153 0xFFFF, be16_to_cpu(target_src)); in tcf_ct_flow_table_add_action_nat_tcp()
165 __be16 target_src = target.src.u.udp.port; in tcf_ct_flow_table_add_action_nat_udp() local
168 if (target_src != tuple->src.u.udp.port) in tcf_ct_flow_table_add_action_nat_udp()
171 0xFFFF, be16_to_cpu(target_src)); in tcf_ct_flow_table_add_action_nat_udp()