sctp_shared_key    71 include/net/sctp/auth.h struct sctp_shared_key *sctp_auth_shkey_create(__u16 key_id, gfp_t gfp);
sctp_shared_key    74 include/net/sctp/auth.h struct sctp_shared_key *sctp_auth_get_shkey(
sctp_shared_key    94 include/net/sctp/auth.h 			      struct sctp_shared_key *ep_key, gfp_t gfp);
sctp_shared_key    95 include/net/sctp/auth.h void sctp_auth_shkey_release(struct sctp_shared_key *sh_key);
sctp_shared_key    96 include/net/sctp/auth.h void sctp_auth_shkey_hold(struct sctp_shared_key *sh_key);
sctp_shared_key   579 include/net/sctp/structs.h 		struct sctp_shared_key *shkey;
sctp_shared_key  2048 include/net/sctp/structs.h 	struct sctp_shared_key *shkey;
sctp_shared_key    79 net/sctp/auth.c struct sctp_shared_key *sctp_auth_shkey_create(__u16 key_id, gfp_t gfp)
sctp_shared_key    81 net/sctp/auth.c 	struct sctp_shared_key *new;
sctp_shared_key    84 net/sctp/auth.c 	new = kzalloc(sizeof(struct sctp_shared_key), gfp);
sctp_shared_key    96 net/sctp/auth.c static void sctp_auth_shkey_destroy(struct sctp_shared_key *sh_key)
sctp_shared_key   104 net/sctp/auth.c void sctp_auth_shkey_release(struct sctp_shared_key *sh_key)
sctp_shared_key   110 net/sctp/auth.c void sctp_auth_shkey_hold(struct sctp_shared_key *sh_key)
sctp_shared_key   120 net/sctp/auth.c 	struct sctp_shared_key *ep_key;
sctp_shared_key   121 net/sctp/auth.c 	struct sctp_shared_key *tmp;
sctp_shared_key   253 net/sctp/auth.c 			struct sctp_shared_key *ep_key,
sctp_shared_key   288 net/sctp/auth.c 				 struct sctp_shared_key *ep_key,
sctp_shared_key   357 net/sctp/auth.c 	struct sctp_shared_key *sh_key;
sctp_shared_key   358 net/sctp/auth.c 	struct sctp_shared_key *new;
sctp_shared_key   386 net/sctp/auth.c 	struct sctp_shared_key *ep_key;
sctp_shared_key   429 net/sctp/auth.c struct sctp_shared_key *sctp_auth_get_shkey(
sctp_shared_key   433 net/sctp/auth.c 	struct sctp_shared_key *key;
sctp_shared_key   708 net/sctp/auth.c 			      struct sctp_shared_key *ep_key, gfp_t gfp)
sctp_shared_key   826 net/sctp/auth.c 	struct sctp_shared_key *cur_key, *shkey;
sctp_shared_key   878 net/sctp/auth.c 	struct sctp_shared_key *key;
sctp_shared_key   916 net/sctp/auth.c 	struct sctp_shared_key *key;
sctp_shared_key   959 net/sctp/auth.c 	struct sctp_shared_key *key;
sctp_shared_key   154 net/sctp/chunk.c 	struct sctp_shared_key *shkey = NULL;
sctp_shared_key    46 net/sctp/endpointola.c 	struct sctp_shared_key *null_key;
sctp_shared_key    76 net/sctp/sm_make_chunk.c 		struct sctp_shared_key *shkey = chunk->shkey;
sctp_shared_key  4206 net/sctp/sm_statefuns.c 	struct sctp_shared_key *sh_key = NULL;
sctp_shared_key  8994 net/sctp/socket.c 		struct sctp_shared_key *shkey = chunk->shkey;