Searched refs:csum_replace4 (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/include/net/ |
D | checksum.h | 123 static inline void csum_replace4(__sum16 *sum, __be32 from, __be32 to) in csum_replace4() function
|
/linux-4.1.27/net/ipv4/netfilter/ |
D | nf_nat_l3proto_ipv4.c | 99 csum_replace4(&iph->check, iph->saddr, target->src.u3.ip); in nf_nat_ipv4_manip_pkt() 102 csum_replace4(&iph->check, iph->daddr, target->dst.u3.ip); in nf_nat_ipv4_manip_pkt()
|
/linux-4.1.27/net/sched/ |
D | act_nat.c | 143 csum_replace4(&iph->check, addr, new_addr); in tcf_nat()
|
/linux-4.1.27/net/openvswitch/ |
D | actions.c | 298 csum_replace4(&nh->check, *addr, new_addr); in set_ip_addr()
|
/linux-4.1.27/net/core/ |
D | filter.c | 1280 csum_replace4(ptr, from, to); in bpf_l3_csum_replace()
|