Home
last modified time | relevance | path

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

/Linux-v4.19/net/sctp/
Dauth.c375 BUG_ON(!list_empty(&asoc->endpoint_shared_keys)); in sctp_auth_asoc_copy_shkeys()
377 key_for_each(sh_key, &ep->endpoint_shared_keys) { in sctp_auth_asoc_copy_shkeys()
384 list_add(&new->key_list, &asoc->endpoint_shared_keys); in sctp_auth_asoc_copy_shkeys()
390 sctp_auth_destroy_keys(&asoc->endpoint_shared_keys); in sctp_auth_asoc_copy_shkeys()
451 key_for_each(key, &asoc->endpoint_shared_keys) { in sctp_auth_get_shkey()
857 sh_keys = &asoc->endpoint_shared_keys; in sctp_auth_set_key()
859 sh_keys = &ep->endpoint_shared_keys; in sctp_auth_set_key()
901 sh_keys = &asoc->endpoint_shared_keys; in sctp_auth_set_active_key()
903 sh_keys = &ep->endpoint_shared_keys; in sctp_auth_set_active_key()
939 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()
173 sctp_auth_destroy_keys(&ep->endpoint_shared_keys); in sctp_endpoint_init()
259 sctp_auth_destroy_keys(&ep->endpoint_shared_keys); in sctp_endpoint_destroy()
Dassociola.c271 INIT_LIST_HEAD(&asoc->endpoint_shared_keys); in sctp_association_init()
410 sctp_auth_destroy_keys(&asoc->endpoint_shared_keys); in sctp_association_free()
/Linux-v4.19/include/net/sctp/
Dstructs.h1331 struct list_head endpoint_shared_keys; member
2041 struct list_head endpoint_shared_keys; member