Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Dsctp_crc32.c112 sctp_crc_word(uint32_t *crcptr, const uint32_t *buf, int len) in sctp_crc_word() function
142 sctp_crc_word(&crc32, (const uint32_t *)buf, len / 4); in sctp_crc32()