Home
last modified time | relevance | path

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

/linux-3.4.99/net/sctp/
Dauth.c824 struct list_head *sh_keys; in sctp_auth_set_key() local
831 sh_keys = &asoc->endpoint_shared_keys; in sctp_auth_set_key()
833 sh_keys = &ep->endpoint_shared_keys; in sctp_auth_set_key()
835 key_for_each(cur_key, sh_keys) { in sctp_auth_set_key()
866 list_add(&cur_key->key_list, sh_keys); in sctp_auth_set_key()
884 struct list_head *sh_keys; in sctp_auth_set_active_key() local
889 sh_keys = &asoc->endpoint_shared_keys; in sctp_auth_set_active_key()
891 sh_keys = &ep->endpoint_shared_keys; in sctp_auth_set_active_key()
893 key_for_each(key, sh_keys) { in sctp_auth_set_active_key()
917 struct list_head *sh_keys; in sctp_auth_del_key_id() local
[all …]