sctp_auth_shkey_create   71 include/net/sctp/auth.h struct sctp_shared_key *sctp_auth_shkey_create(__u16 key_id, gfp_t gfp);
sctp_auth_shkey_create  363 net/sctp/auth.c 		new = sctp_auth_shkey_create(sh_key->key_id, gfp);
sctp_auth_shkey_create  851 net/sctp/auth.c 	cur_key = sctp_auth_shkey_create(auth_key->sca_keynumber, GFP_KERNEL);
sctp_auth_shkey_create   98 net/sctp/endpointola.c 	null_key = sctp_auth_shkey_create(0, gfp);