Searched refs:SCTP_SIGNATURE_SIZE (Results 1 – 3 of 3) sorted by relevance
301 #define SCTP_SIGNATURE_SIZE 20 /* size of a SLA-1 signature */ macro
48 ep->digest = kzalloc(SCTP_SIGNATURE_SIZE, gfp); in sctp_endpoint_init()
1799 if (memcmp(digest, cookie->signature, SCTP_SIGNATURE_SIZE)) { in sctp_unpack_cookie()
Completed in 11 milliseconds