Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/sctp/
Dconstants.h305 #define SCTP_COOKIE_MULTIPLE 32 /* Pad out our cookie to make our hash macro
/Linux-v4.19/net/sctp/
Dsm_make_chunk.c1635 if (bodysize % SCTP_COOKIE_MULTIPLE) in sctp_pack_cookie()
1636 bodysize += SCTP_COOKIE_MULTIPLE in sctp_pack_cookie()
1637 - (bodysize % SCTP_COOKIE_MULTIPLE); in sctp_pack_cookie()
1737 if (bodysize % SCTP_COOKIE_MULTIPLE) in sctp_unpack_cookie()