Searched refs:sh_key (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/net/sctp/
H A Dauth.c110 static void sctp_auth_shkey_free(struct sctp_shared_key *sh_key) sctp_auth_shkey_free() argument
112 BUG_ON(!list_empty(&sh_key->key_list)); sctp_auth_shkey_free()
113 sctp_auth_key_put(sh_key->key); sctp_auth_shkey_free()
114 sh_key->key = NULL; sctp_auth_shkey_free()
115 kfree(sh_key); sctp_auth_shkey_free()
361 struct sctp_shared_key *sh_key; sctp_auth_asoc_copy_shkeys() local
366 key_for_each(sh_key, &ep->endpoint_shared_keys) { sctp_auth_asoc_copy_shkeys()
367 new = sctp_auth_shkey_create(sh_key->key_id, gfp); sctp_auth_asoc_copy_shkeys()
371 new->key = sh_key->key; sctp_auth_asoc_copy_shkeys()

Completed in 51 milliseconds