Searched refs:csum_replace4 (Results 1 – 5 of 5) 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()
|
| /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 | 1948 csum_replace4(ptr, from, to); in BPF_CALL_5()
|