Lines Matching refs:shkey
130 if (chunk->shkey)
131 sctp_auth_shkey_hold(chunk->shkey);
8909 if (chunk->shkey) {
8910 struct sctp_shared_key *shkey = chunk->shkey;
8914 * that this shkey can be freed if it's been deactivated.
8916 if (shkey->deactivated && !list_empty(&shkey->key_list) &&
8917 refcount_read(&shkey->refcnt) == 2) {
8920 ev = sctp_ulpevent_make_authkey(asoc, shkey->key_id,
8926 sctp_auth_shkey_release(chunk->shkey);