Lines Matching refs:shkey
133 if (chunk->shkey)
134 sctp_auth_shkey_hold(chunk->shkey);
9200 if (chunk->shkey) {
9201 struct sctp_shared_key *shkey = chunk->shkey;
9205 * that this shkey can be freed if it's been deactivated.
9207 if (shkey->deactivated && !list_empty(&shkey->key_list) &&
9208 refcount_read(&shkey->refcnt) == 2) {
9211 ev = sctp_ulpevent_make_authkey(asoc, shkey->key_id,
9217 sctp_auth_shkey_release(chunk->shkey);