Searched refs:csum_replace2 (Results  1 – 11 of 11) sorted by relevance
| /Linux-v5.15/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.15/net/ipv4/netfilter/ | 
| D | ipt_ECN.c | 38 		csum_replace2(&iph->check, htons(oldtos), htons(iph->tos));  in set_ect_ip()
  | 
| /Linux-v5.15/include/net/ | 
| D | checksum.h | 139 static inline void csum_replace2(__sum16 *sum, __be16 old, __be16 new)  in csum_replace2()  function
  | 
| /Linux-v5.15/net/openvswitch/ | 
| D | actions.c | 439 	csum_replace2(&nh->check, htons(nh->ttl << 8), htons(new_ttl << 8));  in set_ip_ttl() 1233 		csum_replace2(&nh->check, htons(old_ttl << 8),  in execute_dec_ttl()
  | 
| /Linux-v5.15/drivers/net/ethernet/qlogic/qlcnic/ | 
| D | qlcnic_io.c | 1330 		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.15/net/ipv4/ | 
| D | af_inet.c | 1620 	csum_replace2(&iph->check, iph->tot_len, newlen);  in inet_gro_complete()
  | 
| /Linux-v5.15/drivers/net/ethernet/qlogic/netxen/ | 
| D | netxen_nic_init.c | 1624 	csum_replace2(&iph->check, iph->tot_len, htons(length));  in netxen_process_lro()
  | 
| /Linux-v5.15/net/mpls/ | 
| D | af_mpls.c | 309 		csum_replace2(&hdr4->check,  in mpls_egress()
  | 
| /Linux-v5.15/drivers/net/ethernet/neterion/ | 
| D | s2io.c | 8261 	csum_replace2(&ip->check, ip->tot_len, htons(lro->total_len));  in update_L3L4_header()
  | 
| /Linux-v5.15/net/core/ | 
| D | filter.c | 1913 		csum_replace2(ptr, from, to);  in BPF_CALL_5()
  |