Home
last modified time | relevance | path

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

/linux-4.4.14/net/sctp/
Dauth.c364 BUG_ON(!list_empty(&asoc->endpoint_shared_keys)); in sctp_auth_asoc_copy_shkeys()
366 key_for_each(sh_key, &ep->endpoint_shared_keys) { in sctp_auth_asoc_copy_shkeys()
373 list_add(&new->key_list, &asoc->endpoint_shared_keys); in sctp_auth_asoc_copy_shkeys()
379 sctp_auth_destroy_keys(&asoc->endpoint_shared_keys); in sctp_auth_asoc_copy_shkeys()
434 key_for_each(key, &asoc->endpoint_shared_keys) { in sctp_auth_get_shkey()
836 sh_keys = &asoc->endpoint_shared_keys; in sctp_auth_set_key()
838 sh_keys = &ep->endpoint_shared_keys; in sctp_auth_set_key()
892 sh_keys = &asoc->endpoint_shared_keys; in sctp_auth_set_active_key()
894 sh_keys = &ep->endpoint_shared_keys; in sctp_auth_set_active_key()
930 sh_keys = &asoc->endpoint_shared_keys; in sctp_auth_del_key_id()
[all …]
Dendpointola.c150 INIT_LIST_HEAD(&ep->endpoint_shared_keys); in sctp_endpoint_init()
155 list_add(&null_key->key_list, &ep->endpoint_shared_keys); in sctp_endpoint_init()
171 sctp_auth_destroy_keys(&ep->endpoint_shared_keys); in sctp_endpoint_init()
257 sctp_auth_destroy_keys(&ep->endpoint_shared_keys); in sctp_endpoint_destroy()
Dassociola.c265 INIT_LIST_HEAD(&asoc->endpoint_shared_keys); in sctp_association_init()
397 sctp_auth_destroy_keys(&asoc->endpoint_shared_keys); in sctp_association_free()
/linux-4.4.14/include/net/sctp/
Dstructs.h1247 struct list_head endpoint_shared_keys; member
1826 struct list_head endpoint_shared_keys; member