Home
last modified time | relevance | path

Searched refs:endpoint_shared_keys (Results 1 – 4 of 4) sorted by relevance

/linux/net/sctp/
H A Dauth.c361 BUG_ON(!list_empty(&asoc->endpoint_shared_keys)); in sctp_auth_asoc_copy_shkeys()
363 key_for_each(sh_key, &ep->endpoint_shared_keys) { in sctp_auth_asoc_copy_shkeys()
370 list_add(&new->key_list, &asoc->endpoint_shared_keys); in sctp_auth_asoc_copy_shkeys()
376 sctp_auth_destroy_keys(&asoc->endpoint_shared_keys); in sctp_auth_asoc_copy_shkeys()
437 key_for_each(key, &asoc->endpoint_shared_keys) { in sctp_auth_get_shkey()
735 sh_keys = &asoc->endpoint_shared_keys; in sctp_auth_set_key()
739 sh_keys = &ep->endpoint_shared_keys; in sctp_auth_set_key()
795 sh_keys = &asoc->endpoint_shared_keys; in sctp_auth_set_active_key()
799 sh_keys = &ep->endpoint_shared_keys; in sctp_auth_set_active_key()
843 sh_keys = &asoc->endpoint_shared_keys; in sctp_auth_del_key_id()
[all …]
H A Dendpointola.c102 INIT_LIST_HEAD(&ep->endpoint_shared_keys); in sctp_endpoint_init()
107 list_add(&null_key->key_list, &ep->endpoint_shared_keys); in sctp_endpoint_init()
215 sctp_auth_destroy_keys(&ep->endpoint_shared_keys); in sctp_endpoint_destroy()
H A Dassociola.c255 INIT_LIST_HEAD(&asoc->endpoint_shared_keys); in sctp_association_init()
391 sctp_auth_destroy_keys(&asoc->endpoint_shared_keys); in sctp_association_free()
/linux/include/net/sctp/
H A Dstructs.h1316 struct list_head endpoint_shared_keys; member
2038 struct list_head endpoint_shared_keys; member