Home
last modified time | relevance | path

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

/linux-6.15/net/netfilter/ipvs/
H A Dip_vs_nfct.c75 struct nf_conntrack_tuple new_tuple; in ip_vs_update_conntrack() local
109 new_tuple.src.u3 = cp->daddr; in ip_vs_update_conntrack()
110 if (new_tuple.dst.protonum != IPPROTO_ICMP && in ip_vs_update_conntrack()
111 new_tuple.dst.protonum != IPPROTO_ICMPV6) in ip_vs_update_conntrack()
112 new_tuple.src.u.tcp.port = cp->dport; in ip_vs_update_conntrack()
114 new_tuple.dst.u3 = cp->vaddr; in ip_vs_update_conntrack()
115 if (new_tuple.dst.protonum != IPPROTO_ICMP && in ip_vs_update_conntrack()
116 new_tuple.dst.protonum != IPPROTO_ICMPV6) in ip_vs_update_conntrack()
117 new_tuple.dst.u.tcp.port = cp->vport; in ip_vs_update_conntrack()
126 ARG_TUPLE(&new_tuple)); in ip_vs_update_conntrack()
[all …]
/linux-6.15/drivers/net/ethernet/airoha/
H A Dairoha_ppe_debugfs.c120 src_port = &hwe->ipv4.new_tuple.src_port; in airoha_ppe_debugfs_foe_show()
121 dest_port = &hwe->ipv4.new_tuple.dest_port; in airoha_ppe_debugfs_foe_show()
124 src_addr = &hwe->ipv4.new_tuple.src_ip; in airoha_ppe_debugfs_foe_show()
125 dest_addr = &hwe->ipv4.new_tuple.dest_ip; in airoha_ppe_debugfs_foe_show()
H A Dairoha_eth.h331 struct airoha_foe_ipv4_tuple new_tuple; member
H A Dairoha_ppe.c306 t = &hwe->ipv4.new_tuple; in airoha_ppe_foe_entry_set_ipv4_tuple()
/linux-6.15/net/netfilter/
H A Dnf_nat_core.c788 struct nf_conntrack_tuple curr_tuple, new_tuple; in nf_nat_setup_info() local
808 get_unique_tuple(&new_tuple, &curr_tuple, range, ct, maniptype); in nf_nat_setup_info()
810 if (!nf_ct_tuple_equal(&new_tuple, &curr_tuple)) { in nf_nat_setup_info()
814 nf_ct_invert_tuple(&reply, &new_tuple); in nf_nat_setup_info()