Symbol: sctp_shared_key
include/net/sctp/auth.h
66
struct sctp_shared_key *sctp_auth_shkey_create(__u16 key_id, gfp_t gfp);
include/net/sctp/auth.h
69
struct sctp_shared_key *sctp_auth_get_shkey(
include/net/sctp/auth.h
88
struct sctp_shared_key *ep_key, gfp_t gfp);
include/net/sctp/auth.h
89
void sctp_auth_shkey_release(struct sctp_shared_key *sh_key);
include/net/sctp/auth.h
90
void sctp_auth_shkey_hold(struct sctp_shared_key *sh_key);
include/net/sctp/structs.h
2045
struct sctp_shared_key *shkey;
include/net/sctp/structs.h
567
struct sctp_shared_key *shkey;
net/sctp/auth.c
105
void sctp_auth_shkey_release(struct sctp_shared_key *sh_key)
net/sctp/auth.c
111
void sctp_auth_shkey_hold(struct sctp_shared_key *sh_key)
net/sctp/auth.c
121
struct sctp_shared_key *ep_key;
net/sctp/auth.c
122
struct sctp_shared_key *tmp;
net/sctp/auth.c
254
struct sctp_shared_key *ep_key,
net/sctp/auth.c
289
struct sctp_shared_key *ep_key,
net/sctp/auth.c
358
struct sctp_shared_key *sh_key;
net/sctp/auth.c
359
struct sctp_shared_key *new;
net/sctp/auth.c
387
struct sctp_shared_key *ep_key;
net/sctp/auth.c
430
struct sctp_shared_key *sctp_auth_get_shkey(
net/sctp/auth.c
434
struct sctp_shared_key *key;
net/sctp/auth.c
618
struct sctp_shared_key *ep_key, gfp_t gfp)
net/sctp/auth.c
724
struct sctp_shared_key *cur_key, *shkey;
net/sctp/auth.c
787
struct sctp_shared_key *key;
net/sctp/auth.c
80
struct sctp_shared_key *sctp_auth_shkey_create(__u16 key_id, gfp_t gfp)
net/sctp/auth.c
82
struct sctp_shared_key *new;
net/sctp/auth.c
830
struct sctp_shared_key *key;
net/sctp/auth.c
85
new = kzalloc_obj(struct sctp_shared_key, gfp);
net/sctp/auth.c
873
struct sctp_shared_key *key;
net/sctp/auth.c
97
static void sctp_auth_shkey_destroy(struct sctp_shared_key *sh_key)
net/sctp/chunk.c
152
struct sctp_shared_key *shkey = NULL;
net/sctp/endpointola.c
55
struct sctp_shared_key *null_key;
net/sctp/sm_make_chunk.c
76
struct sctp_shared_key *shkey = chunk->shkey;
net/sctp/sm_statefuns.c
4405
struct sctp_shared_key *sh_key = NULL;
net/sctp/socket.c
9226
struct sctp_shared_key *shkey = chunk->shkey;