Searched refs:to_sum16 (Results 1 – 1 of 1) sorted by relevance
455 static __sum16 to_sum16(u16 x) in to_sum16() function496 expec = to_sum16(expected_results[len]); in test_csum_fixed_random_inputs()521 expec = to_sum16((len & 1) ? 0xff00 : 0); in test_csum_all_carry_inputs()530 expec = to_sum16(0xff00); in test_csum_all_carry_inputs()534 expec = to_sum16(0xffff); in test_csum_all_carry_inputs()569 expec = to_sum16(len ? 0xfffe : 0xffff); in test_csum_no_carry_inputs()587 CHECK_EQ(to_sum16(expected), csum_result); in test_ip_fast_csum()617 CHECK_EQ(to_sum16(expected_csum_ipv6_magic[i]), in test_csum_ipv6_magic()