Home
last modified time | relevance | path

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

/linux/include/net/
H A Dchecksum.h119 static __always_inline void csum_replace4(__sum16 *sum, __be32 from, __be32 to) in csum_replace4() function
/linux/net/sched/
H A Dact_nat.c169 csum_replace4(&iph->check, addr, new_addr); in tcf_nat_act()
/linux/net/netfilter/
H A Dnf_flow_table_ip.c101 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 Dactions.c352 csum_replace4(&nh->check, *addr, new_addr); in set_ip_addr()
/linux/net/core/
H A Dfilter.c1948 csum_replace4(ptr, from, to); in BPF_CALL_5()