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