Searched refs:csum_replace2 (Results  1 – 11 of 11) sorted by relevance
| /Linux-v5.4/net/netfilter/ | 
| D | xt_HL.c | 57 		csum_replace2(&iph->check, htons(iph->ttl << 8),  in ttl_tg()
 | 
| D | xt_TCPMSS.c | 211 		csum_replace2(&iph->check, iph->tot_len, newlen);  in tcpmss_tg4()
 | 
| /Linux-v5.4/net/ipv4/netfilter/ | 
| D | ipt_ECN.c | 38 		csum_replace2(&iph->check, htons(oldtos), htons(iph->tos));  in set_ect_ip()
 | 
| /Linux-v5.4/include/net/ | 
| D | checksum.h | 137 static inline void csum_replace2(__sum16 *sum, __be16 old, __be16 new)  in csum_replace2()  function
 | 
| /Linux-v5.4/drivers/net/ethernet/qlogic/qlcnic/ | 
| D | qlcnic_io.c | 1331 		csum_replace2(&iph->check, iph->tot_len, htons(length));  in qlcnic_process_lro()1854 		csum_replace2(&iph->check, iph->tot_len, htons(length));  in qlcnic_83xx_process_lro()
 
 | 
| /Linux-v5.4/net/openvswitch/ | 
| D | actions.c | 438 	csum_replace2(&nh->check, htons(nh->ttl << 8), htons(new_ttl << 8));  in set_ip_ttl()
 | 
| /Linux-v5.4/net/ipv4/ | 
| D | af_inet.c | 1594 	csum_replace2(&iph->check, iph->tot_len, newlen);  in inet_gro_complete()
 | 
| /Linux-v5.4/drivers/net/ethernet/qlogic/netxen/ | 
| D | netxen_nic_init.c | 1625 	csum_replace2(&iph->check, iph->tot_len, htons(length));  in netxen_process_lro()
 | 
| /Linux-v5.4/net/mpls/ | 
| D | af_mpls.c | 309 		csum_replace2(&hdr4->check,  in mpls_egress()
 | 
| /Linux-v5.4/drivers/net/ethernet/neterion/ | 
| D | s2io.c | 8260 	csum_replace2(&ip->check, ip->tot_len, htons(lro->total_len));  in update_L3L4_header()
 | 
| /Linux-v5.4/net/core/ | 
| D | filter.c | 1894 		csum_replace2(ptr, from, to);  in BPF_CALL_5()
 |