Lines Matching refs:shkey
132 if (chunk->shkey)
133 sctp_auth_shkey_hold(chunk->shkey);
9154 if (chunk->shkey) {
9155 struct sctp_shared_key *shkey = chunk->shkey;
9159 * that this shkey can be freed if it's been deactivated.
9161 if (shkey->deactivated && !list_empty(&shkey->key_list) &&
9162 refcount_read(&shkey->refcnt) == 2) {
9165 ev = sctp_ulpevent_make_authkey(asoc, shkey->key_id,
9171 sctp_auth_shkey_release(chunk->shkey);