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

/linux-master/include/net/sctp/
H A Dconstants.h303 #define SCTP_COOKIE_MULTIPLE 32 /* Pad out our cookie to make our hash macro
/linux-master/net/sctp/
H A Dsm_make_chunk.c1676 if (bodysize % SCTP_COOKIE_MULTIPLE)
1677 bodysize += SCTP_COOKIE_MULTIPLE
1678 - (bodysize % SCTP_COOKIE_MULTIPLE);
1774 if (bodysize % SCTP_COOKIE_MULTIPLE)

Completed in 128 milliseconds