sctp_shared_key
struct sctp_shared_key *sctp_auth_shkey_create(__u16 key_id, gfp_t gfp);
struct sctp_shared_key *sctp_auth_get_shkey(
struct sctp_shared_key *ep_key, gfp_t gfp);
void sctp_auth_shkey_release(struct sctp_shared_key *sh_key);
void sctp_auth_shkey_hold(struct sctp_shared_key *sh_key);
struct sctp_shared_key *shkey;
struct sctp_shared_key *shkey;
void sctp_auth_shkey_release(struct sctp_shared_key *sh_key)
void sctp_auth_shkey_hold(struct sctp_shared_key *sh_key)
struct sctp_shared_key *ep_key;
struct sctp_shared_key *tmp;
struct sctp_shared_key *ep_key,
struct sctp_shared_key *ep_key,
struct sctp_shared_key *sh_key;
struct sctp_shared_key *new;
struct sctp_shared_key *ep_key;
struct sctp_shared_key *sctp_auth_get_shkey(
struct sctp_shared_key *key;
struct sctp_shared_key *ep_key, gfp_t gfp)
struct sctp_shared_key *cur_key, *shkey;
struct sctp_shared_key *key;
struct sctp_shared_key *sctp_auth_shkey_create(__u16 key_id, gfp_t gfp)
struct sctp_shared_key *new;
struct sctp_shared_key *key;
new = kzalloc_obj(struct sctp_shared_key, gfp);
struct sctp_shared_key *key;
static void sctp_auth_shkey_destroy(struct sctp_shared_key *sh_key)
struct sctp_shared_key *shkey = NULL;
struct sctp_shared_key *null_key;
struct sctp_shared_key *shkey = chunk->shkey;
struct sctp_shared_key *sh_key = NULL;
struct sctp_shared_key *shkey = chunk->shkey;