Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/net/sctp/
Dconstants.h329 #define SCTP_COOKIE_MULTIPLE 32 /* Pad out our cookie to make our hash macro
/linux-2.4.37.9/net/sctp/
Dsm_make_chunk.c1264 if (bodysize % SCTP_COOKIE_MULTIPLE) in sctp_pack_cookie()
1265 bodysize += SCTP_COOKIE_MULTIPLE in sctp_pack_cookie()
1266 - (bodysize % SCTP_COOKIE_MULTIPLE); in sctp_pack_cookie()
1356 if (bodysize % SCTP_COOKIE_MULTIPLE) in sctp_unpack_cookie()