sctp_auth_shkey_create
struct sctp_shared_key *sctp_auth_shkey_create(__u16 key_id, gfp_t gfp);
new = sctp_auth_shkey_create(sh_key->key_id, gfp);
cur_key = sctp_auth_shkey_create(auth_key->sca_keynumber, GFP_KERNEL);
null_key = sctp_auth_shkey_create(0, gfp);