Searched refs:SCTP_COOKIE_MULTIPLE (Results 1 – 2 of 2) sorted by relevance
302 #define SCTP_COOKIE_MULTIPLE 32 /* Pad out our cookie to make our hash macro
1668 if (bodysize % SCTP_COOKIE_MULTIPLE) in sctp_pack_cookie()1669 bodysize += SCTP_COOKIE_MULTIPLE in sctp_pack_cookie()1670 - (bodysize % SCTP_COOKIE_MULTIPLE); in sctp_pack_cookie()1755 if (bodysize % SCTP_COOKIE_MULTIPLE) in sctp_unpack_cookie()