Lines Matching refs:sctp_get_keylen
301 sctp_get_keylen(sctp_key_t *key) in sctp_get_keylen() function
357 key1len = sctp_get_keylen(key1); in sctp_compare_key()
358 key2len = sctp_get_keylen(key2); in sctp_compare_key()
405 keylen = sctp_get_keylen(key1) + sctp_get_keylen(key2) + in sctp_compute_hashkey()
406 sctp_get_keylen(shared); in sctp_compute_hashkey()
425 if (sctp_get_keylen(shared)) { in sctp_compute_hashkey()
429 if (sctp_get_keylen(key1)) { in sctp_compute_hashkey()
433 if (sctp_get_keylen(key2)) { in sctp_compute_hashkey()
438 if (sctp_get_keylen(shared)) { in sctp_compute_hashkey()
442 if (sctp_get_keylen(key2)) { in sctp_compute_hashkey()
446 if (sctp_get_keylen(key1)) { in sctp_compute_hashkey()