Searched refs:sctp_auth_shkey_create (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/net/sctp/ |
H A D | auth.h | 71 struct sctp_shared_key *sctp_auth_shkey_create(__u16 key_id, gfp_t gfp);
|
/kernel/linux/linux-6.6/include/net/sctp/ |
H A D | auth.h | 71 struct sctp_shared_key *sctp_auth_shkey_create(__u16 key_id, gfp_t gfp);
|
/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() function 363 new = sctp_auth_shkey_create(sh_key->key_id, gfp); in sctp_auth_asoc_copy_shkeys() 846 cur_key = sctp_auth_shkey_create(auth_key->sca_keynumber, GFP_KERNEL); in sctp_auth_set_key()
|
H A D | endpointola.c | 98 null_key = sctp_auth_shkey_create(0, gfp); in sctp_endpoint_init()
|
/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() function 363 new = sctp_auth_shkey_create(sh_key->key_id, gfp); in sctp_auth_asoc_copy_shkeys() 846 cur_key = sctp_auth_shkey_create(auth_key->sca_keynumber, GFP_KERNEL); in sctp_auth_set_key()
|
H A D | endpointola.c | 98 null_key = sctp_auth_shkey_create(0, gfp); in sctp_endpoint_init()
|
Completed in 5 milliseconds