Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/sctp/
H A Dconstants.h285 #define SCTP_COOKIE_MULTIPLE 32 /* Pad out our cookie to make our hash macro
/OK3568_Linux_fs/kernel/net/sctp/
H A Dsm_make_chunk.c1631 if (bodysize % SCTP_COOKIE_MULTIPLE) in sctp_pack_cookie()
1632 bodysize += SCTP_COOKIE_MULTIPLE in sctp_pack_cookie()
1633 - (bodysize % SCTP_COOKIE_MULTIPLE); in sctp_pack_cookie()
1729 if (bodysize % SCTP_COOKIE_MULTIPLE) in sctp_unpack_cookie()