Home
last modified time | relevance | path

Searched refs:csum_from32to16 (Results 1 – 2 of 2) sorted by relevance

/linux/include/net/
H A Dchecksum.h142 static inline unsigned short csum_from32to16(unsigned int sum) in csum_from32to16() function
/linux/net/core/
H A Dfilter.c2050 return csum_from32to16((__force unsigned int)ret); in BPF_CALL_5()