Home
last modified time | relevance | path

Searched refs:sctp_auth_shkey_create (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/include/net/sctp/
Dauth.h90 struct sctp_shared_key *sctp_auth_shkey_create(__u16 key_id, gfp_t gfp);
/linux-3.4.99/net/sctp/
Dauth.c101 struct sctp_shared_key *sctp_auth_shkey_create(__u16 key_id, gfp_t gfp) in sctp_auth_shkey_create() function
373 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, in sctp_auth_set_key()
Dendpointola.c159 null_key = sctp_auth_shkey_create(0, GFP_KERNEL); in sctp_endpoint_init()