Home
last modified time | relevance | path

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

/Linux-v5.4/net/sctp/
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()
369 list_add(&new->key_list, &asoc->endpoint_shared_keys); in sctp_auth_asoc_copy_shkeys()
375 sctp_auth_destroy_keys(&asoc->endpoint_shared_keys); in sctp_auth_asoc_copy_shkeys()
436 key_for_each(key, &asoc->endpoint_shared_keys) { in sctp_auth_get_shkey()
837 sh_keys = &asoc->endpoint_shared_keys; in sctp_auth_set_key()
841 sh_keys = &ep->endpoint_shared_keys; in sctp_auth_set_key()
886 sh_keys = &asoc->endpoint_shared_keys; in sctp_auth_set_active_key()
890 sh_keys = &ep->endpoint_shared_keys; in sctp_auth_set_active_key()
929 sh_keys = &asoc->endpoint_shared_keys; in sctp_auth_del_key_id()
[all …]
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()
201 sctp_auth_destroy_keys(&ep->endpoint_shared_keys); in sctp_endpoint_destroy()
Dassociola.c250 INIT_LIST_HEAD(&asoc->endpoint_shared_keys); in sctp_association_init()
387 sctp_auth_destroy_keys(&asoc->endpoint_shared_keys); in sctp_association_free()
/Linux-v5.4/include/net/sctp/
Dstructs.h1323 struct list_head endpoint_shared_keys; member
2039 struct list_head endpoint_shared_keys; member