csum16_add         82 drivers/net/ethernet/qualcomm/rmnet/rmnet_map_data.c 	pseudo_csum = csum16_add(ip_payload_csum, addend);
csum16_add        148 drivers/net/ethernet/qualcomm/rmnet/rmnet_map_data.c 	pseudo_csum = csum16_add(ip6_payload_csum, addend);
csum16_add         80 include/net/checksum.h 	return csum16_add(csum, ~addend);
csum16_add        139 include/net/checksum.h 	*sum = ~csum16_add(csum16_sub(~(*sum), old), new);
csum16_add        234 net/ipv4/udp_offload.c 	check = csum16_add(csum16_sub(uh->check, uh->len), newlen);
csum16_add        262 net/ipv4/udp_offload.c 	check = csum16_add(csum16_sub(uh->check, uh->len), newlen);