Home
last modified time | relevance | path

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

/linux-6.12.1/net/sched/
Dact_ct.c145 __be16 target_src = target.src.u.tcp.port; in tcf_ct_flow_table_add_action_nat_tcp() local
148 if (target_src != tuple->src.u.tcp.port) in tcf_ct_flow_table_add_action_nat_tcp()
151 0xFFFF, be16_to_cpu(target_src)); in tcf_ct_flow_table_add_action_nat_tcp()
163 __be16 target_src = target.src.u.udp.port; in tcf_ct_flow_table_add_action_nat_udp() local
166 if (target_src != tuple->src.u.udp.port) in tcf_ct_flow_table_add_action_nat_udp()
169 0xFFFF, be16_to_cpu(target_src)); in tcf_ct_flow_table_add_action_nat_udp()