Home
last modified time | relevance | path

Searched refs:csum_replace2 (Results 1 – 12 of 12) sorted by relevance

/linux-4.4.14/net/netfilter/
Dxt_HL.c60 csum_replace2(&iph->check, htons(iph->ttl << 8), in ttl_tg()
Dxt_TCPMSS.c219 csum_replace2(&iph->check, iph->tot_len, newlen); in tcpmss_tg4()
/linux-4.4.14/net/ipv4/netfilter/
Dipt_ECN.c41 csum_replace2(&iph->check, htons(oldtos), htons(iph->tos)); in set_ect_ip()
/linux-4.4.14/include/net/
Dchecksum.h136 static inline void csum_replace2(__sum16 *sum, __be16 old, __be16 new) in csum_replace2() function
/linux-4.4.14/net/ipv4/
Dinet_lro.c118 csum_replace2(&iph->check, iph->tot_len, htons(lro_desc->ip_tot_len)); in lro_update_tcp_ip_header()
Daf_inet.c1408 csum_replace2(&iph->check, iph->tot_len, newlen); in inet_gro_complete()
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_io.c1328 csum_replace2(&iph->check, iph->tot_len, htons(length)); in qlcnic_process_lro()
1851 csum_replace2(&iph->check, iph->tot_len, htons(length)); in qlcnic_83xx_process_lro()
/linux-4.4.14/net/openvswitch/
Dactions.c383 csum_replace2(&nh->check, htons(nh->ttl << 8), htons(new_ttl << 8)); in set_ip_ttl()
/linux-4.4.14/net/mpls/
Daf_mpls.c202 csum_replace2(&hdr4->check, in mpls_egress()
/linux-4.4.14/net/core/
Dfilter.c1334 csum_replace2(ptr, from, to); in bpf_l3_csum_replace()
/linux-4.4.14/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_init.c1645 csum_replace2(&iph->check, iph->tot_len, htons(length)); in netxen_process_lro()
/linux-4.4.14/drivers/net/ethernet/neterion/
Ds2io.c8320 csum_replace2(&ip->check, ip->tot_len, htons(lro->total_len)); in update_L3L4_header()