Searched refs:csum_replace4 (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.10/include/net/ |
D | checksum.h | 124 static inline void csum_replace4(__sum16 *sum, __be32 from, __be32 to) in csum_replace4() function
|
/Linux-v5.10/net/netfilter/ |
D | nf_flow_table_ip.c | 108 csum_replace4(&iph->check, addr, new_addr); in nf_flow_snat_ip() 133 csum_replace4(&iph->check, addr, new_addr); in nf_flow_dnat_ip()
|
D | nf_nat_proto.c | 372 csum_replace4(&iph->check, iph->saddr, target->src.u3.ip); in nf_nat_ipv4_manip_pkt() 375 csum_replace4(&iph->check, iph->daddr, target->dst.u3.ip); in nf_nat_ipv4_manip_pkt()
|
/Linux-v5.10/net/sched/ |
D | act_nat.c | 157 csum_replace4(&iph->check, addr, new_addr); in tcf_nat_act()
|
/Linux-v5.10/net/core/ |
D | utils.c | 429 csum_replace4(sum, from, to); in inet_proto_csum_replace4()
|
D | filter.c | 1918 csum_replace4(ptr, from, to); in BPF_CALL_5()
|
/Linux-v5.10/net/openvswitch/ |
D | actions.c | 373 csum_replace4(&nh->check, *addr, new_addr); in set_ip_addr()
|