Searched refs:csum_replace4 (Results 1 – 7 of 7) sorted by relevance
| /linux/include/net/ |
| H A D | checksum.h | 119 static __always_inline void csum_replace4(__sum16 *sum, __be32 from, __be32 to) in csum_replace4() function
|
| /linux/net/sched/ |
| H A D | act_nat.c | 169 csum_replace4(&iph->check, addr, new_addr); in tcf_nat_act()
|
| /linux/net/netfilter/ |
| H A D | nf_flow_table_ip.c | 101 csum_replace4(&iph->check, addr, new_addr); in nf_flow_snat_ip() 124 csum_replace4(&iph->check, addr, new_addr); in nf_flow_dnat_ip()
|
| H A D | nft_payload.c | 660 csum_replace4(sum, (__force __be32)fsum, (__force __be32)tsum); in nft_csum_replace()
|
| /linux/net/ipv4/ |
| H A D | udp_offload.c | 370 csum_replace4(&iph->check, *oldip, *newip); in __udpv4_gso_segment_csum()
|
| /linux/net/openvswitch/ |
| H A D | actions.c | 352 csum_replace4(&nh->check, *addr, new_addr); in set_ip_addr()
|
| /linux/net/core/ |
| H A D | filter.c | 1957 csum_replace4(ptr, from, to); in BPF_CALL_5()
|