Searched refs:update_csum_40b (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/x86/lib/
H A Dcsum-partial_64.c19 static inline unsigned long update_csum_40b(unsigned long sum, const unsigned long m[5]) function
52 temp64 = update_csum_40b(temp64, buff);
53 temp64_2 = update_csum_40b(temp64_2, buff + 40);
68 temp64 = update_csum_40b(temp64, buff);

Completed in 104 milliseconds