Home
last modified time | relevance | path

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

/Linux-v4.19/net/sctp/
Dauth.c850 struct list_head *sh_keys; in sctp_auth_set_key() local
857 sh_keys = &asoc->endpoint_shared_keys; in sctp_auth_set_key()
859 sh_keys = &ep->endpoint_shared_keys; in sctp_auth_set_key()
861 key_for_each(shkey, sh_keys) { in sctp_auth_set_key()
886 list_add(&cur_key->key_list, sh_keys); in sctp_auth_set_key()
896 struct list_head *sh_keys; in sctp_auth_set_active_key() local
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()
905 key_for_each(key, sh_keys) { in sctp_auth_set_active_key()
929 struct list_head *sh_keys; in sctp_auth_del_key_id() local
[all …]