Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnf_flow_table_ip.c108 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()
H A Dnf_nat_proto.c372 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()
/OK3568_Linux_fs/kernel/include/net/
H A Dchecksum.h125 static __always_inline void csum_replace4(__sum16 *sum, __be32 from, __be32 to) in csum_replace4() function
/OK3568_Linux_fs/kernel/net/sched/
H A Dact_nat.c157 csum_replace4(&iph->check, addr, new_addr); in tcf_nat_act()
/OK3568_Linux_fs/kernel/net/core/
H A Dutils.c429 csum_replace4(sum, from, to); in inet_proto_csum_replace4()
H A Dfilter.c1919 csum_replace4(ptr, from, to); in BPF_CALL_5()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dudp_offload.c210 csum_replace4(&iph->check, *oldip, *newip); in __udpv4_gso_segment_csum()
/OK3568_Linux_fs/kernel/net/openvswitch/
H A Dactions.c373 csum_replace4(&nh->check, *addr, new_addr); in set_ip_addr()