Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/sched/
Dact_ct.c137 __be16 target_src = target.src.u.tcp.port; in tcf_ct_flow_table_add_action_nat_tcp() local
140 if (target_src != tuple->src.u.tcp.port) in tcf_ct_flow_table_add_action_nat_tcp()
143 0xFFFF, be16_to_cpu(target_src)); in tcf_ct_flow_table_add_action_nat_tcp()
155 __be16 target_src = target.src.u.udp.port; in tcf_ct_flow_table_add_action_nat_udp() local
158 if (target_src != tuple->src.u.udp.port) in tcf_ct_flow_table_add_action_nat_udp()
161 0xFFFF, be16_to_cpu(target_src)); in tcf_ct_flow_table_add_action_nat_udp()