Searched refs:sctp_shared_key (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/net/sctp/ |
H A D | auth.c | 79 struct sctp_shared_key *sctp_auth_shkey_create(__u16 key_id, gfp_t gfp) in sctp_auth_shkey_create() 81 struct sctp_shared_key *new; in sctp_auth_shkey_create() 84 new = kzalloc(sizeof(struct sctp_shared_key), gfp); in sctp_auth_shkey_create() 96 static void sctp_auth_shkey_destroy(struct sctp_shared_key *sh_key) in sctp_auth_shkey_destroy() 104 void sctp_auth_shkey_release(struct sctp_shared_key *sh_key) in sctp_auth_shkey_release() 110 void sctp_auth_shkey_hold(struct sctp_shared_key *sh_key) in sctp_auth_shkey_hold() 120 struct sctp_shared_key *ep_key; in sctp_auth_destroy_keys() 121 struct sctp_shared_key *tmp; in sctp_auth_destroy_keys() 253 struct sctp_shared_key *ep_key, in sctp_auth_asoc_set_secret() 288 struct sctp_shared_key *ep_ke in sctp_auth_asoc_create_secret() [all...] |
H A D | endpointola.c | 46 struct sctp_shared_key *null_key; in sctp_endpoint_init()
|
H A D | chunk.c | 152 struct sctp_shared_key *shkey = NULL; in sctp_datamsg_from_user()
|
H A D | sm_make_chunk.c | 76 struct sctp_shared_key *shkey = chunk->shkey; in sctp_control_release_owner()
|
H A D | sm_statefuns.c | 4247 struct sctp_shared_key *sh_key = NULL; in sctp_sf_authenticate()
|
H A D | socket.c | 8910 struct sctp_shared_key *shkey = chunk->shkey; in sctp_wfree()
|
/kernel/linux/linux-6.6/net/sctp/ |
H A D | auth.c | 79 struct sctp_shared_key *sctp_auth_shkey_create(__u16 key_id, gfp_t gfp) in sctp_auth_shkey_create() 81 struct sctp_shared_key *new; in sctp_auth_shkey_create() 84 new = kzalloc(sizeof(struct sctp_shared_key), gfp); in sctp_auth_shkey_create() 96 static void sctp_auth_shkey_destroy(struct sctp_shared_key *sh_key) in sctp_auth_shkey_destroy() 104 void sctp_auth_shkey_release(struct sctp_shared_key *sh_key) in sctp_auth_shkey_release() 110 void sctp_auth_shkey_hold(struct sctp_shared_key *sh_key) in sctp_auth_shkey_hold() 120 struct sctp_shared_key *ep_key; in sctp_auth_destroy_keys() 121 struct sctp_shared_key *tmp; in sctp_auth_destroy_keys() 253 struct sctp_shared_key *ep_key, in sctp_auth_asoc_set_secret() 288 struct sctp_shared_key *ep_ke in sctp_auth_asoc_create_secret() [all...] |
H A D | endpointola.c | 46 struct sctp_shared_key *null_key; in sctp_endpoint_init()
|
H A D | chunk.c | 152 struct sctp_shared_key *shkey = NULL; in sctp_datamsg_from_user()
|
H A D | sm_make_chunk.c | 76 struct sctp_shared_key *shkey = chunk->shkey; in sctp_control_release_owner()
|
H A D | sm_statefuns.c | 4350 struct sctp_shared_key *sh_key = NULL; in sctp_sf_authenticate()
|
H A D | socket.c | 9155 struct sctp_shared_key *shkey = chunk->shkey; in sctp_wfree()
|
/kernel/linux/linux-5.10/include/net/sctp/ |
H A D | auth.h | 48 struct sctp_shared_key { struct 71 struct sctp_shared_key *sctp_auth_shkey_create(__u16 key_id, gfp_t gfp); 74 struct sctp_shared_key *sctp_auth_get_shkey( 94 struct sctp_shared_key *ep_key, gfp_t gfp); 95 void sctp_auth_shkey_release(struct sctp_shared_key *sh_key); 96 void sctp_auth_shkey_hold(struct sctp_shared_key *sh_key);
|
H A D | structs.h | 573 struct sctp_shared_key *shkey; 2048 struct sctp_shared_key *shkey;
|
/kernel/linux/linux-6.6/include/net/sctp/ |
H A D | auth.h | 48 struct sctp_shared_key { struct 71 struct sctp_shared_key *sctp_auth_shkey_create(__u16 key_id, gfp_t gfp); 74 struct sctp_shared_key *sctp_auth_get_shkey( 94 struct sctp_shared_key *ep_key, gfp_t gfp); 95 void sctp_auth_shkey_release(struct sctp_shared_key *sh_key); 96 void sctp_auth_shkey_hold(struct sctp_shared_key *sh_key);
|
H A D | structs.h | 579 struct sctp_shared_key *shkey; 2074 struct sctp_shared_key *shkey;
|
Completed in 73 milliseconds