Lines Matching refs:shkey
75 if (chunk->shkey) {
76 struct sctp_shared_key *shkey = chunk->shkey;
81 * that this shkey can be freed if it's been deactivated.
83 if (shkey->deactivated && !list_empty(&shkey->key_list) &&
84 refcount_read(&shkey->refcnt) == 2) {
87 ev = sctp_ulpevent_make_authkey(asoc, shkey->key_id,
93 sctp_auth_shkey_release(chunk->shkey);
110 chunk->shkey = asoc->shkey;
111 sctp_auth_shkey_hold(chunk->shkey);