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

/linux-4.4.14/net/sctp/
H A Dauth.c829 struct list_head *sh_keys; sctp_auth_set_key() local
836 sh_keys = &asoc->endpoint_shared_keys; sctp_auth_set_key()
838 sh_keys = &ep->endpoint_shared_keys; sctp_auth_set_key()
840 key_for_each(cur_key, sh_keys) { key_for_each()
871 list_add(&cur_key->key_list, sh_keys);
887 struct list_head *sh_keys; sctp_auth_set_active_key() local
892 sh_keys = &asoc->endpoint_shared_keys; sctp_auth_set_active_key()
894 sh_keys = &ep->endpoint_shared_keys; sctp_auth_set_active_key()
896 key_for_each(key, sh_keys) { key_for_each()
920 struct list_head *sh_keys; sctp_auth_del_key_id() local
930 sh_keys = &asoc->endpoint_shared_keys; sctp_auth_del_key_id()
935 sh_keys = &ep->endpoint_shared_keys; sctp_auth_del_key_id()
938 key_for_each(key, sh_keys) { key_for_each()

Completed in 52 milliseconds