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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/sctp/
H A Dconstants.h327 #define SCTP_COOKIE_MULTIPLE 32 /* Pad out our cookie to make our hash macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sctp/
H A Dsm_make_chunk.c1543 if (bodysize % SCTP_COOKIE_MULTIPLE)
1544 bodysize += SCTP_COOKIE_MULTIPLE
1545 - (bodysize % SCTP_COOKIE_MULTIPLE);
1646 if (bodysize % SCTP_COOKIE_MULTIPLE)

Completed in 64 milliseconds