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.c360 BUG_ON(!list_empty(&asoc->endpoint_shared_keys)); in sctp_auth_asoc_copy_shkeys()
362 key_for_each(sh_key, &ep->endpoint_shared_keys) { in sctp_auth_asoc_copy_shkeys()
436 key_for_each(key, &asoc->endpoint_shared_keys) { in sctp_auth_get_shkey()
832 sh_keys = &asoc->endpoint_shared_keys; in sctp_auth_set_key()
836 sh_keys = &ep->endpoint_shared_keys; in sctp_auth_set_key()
892 sh_keys = &asoc->endpoint_shared_keys; in sctp_auth_set_active_key()
896 sh_keys = &ep->endpoint_shared_keys; in sctp_auth_set_active_key()
940 sh_keys = &asoc->endpoint_shared_keys; in sctp_auth_del_key_id()
947 sh_keys = &ep->endpoint_shared_keys; in sctp_auth_del_key_id()
983 sh_keys = &asoc->endpoint_shared_keys; in sctp_auth_deact_key_id()
[all …]
H A Dendpointola.c97 INIT_LIST_HEAD(&ep->endpoint_shared_keys); in sctp_endpoint_init()
102 list_add(&null_key->key_list, &ep->endpoint_shared_keys); in sctp_endpoint_init()
214 sctp_auth_destroy_keys(&ep->endpoint_shared_keys); in sctp_endpoint_destroy()
H A Dassociola.c254 INIT_LIST_HEAD(&asoc->endpoint_shared_keys); in sctp_association_init()
390 sctp_auth_destroy_keys(&asoc->endpoint_shared_keys); in sctp_association_free()
/linux/include/net/sctp/
H A Dstructs.h1343 struct list_head endpoint_shared_keys; member
2065 struct list_head endpoint_shared_keys; member