Searched refs:sh_keys (Results 1 – 1 of 1) sorted by relevance
823 struct list_head *sh_keys; in sctp_auth_set_key() local836 sh_keys = &ep->endpoint_shared_keys; in sctp_auth_set_key()839 key_for_each(shkey, sh_keys) { in sctp_auth_set_key()880 struct list_head *sh_keys; in sctp_auth_set_active_key() local891 sh_keys = &ep->endpoint_shared_keys; in sctp_auth_set_active_key()894 key_for_each(key, sh_keys) { in sctp_auth_set_active_key()918 struct list_head *sh_keys; in sctp_auth_del_key_id() local937 sh_keys = &ep->endpoint_shared_keys; in sctp_auth_del_key_id()940 key_for_each(key, sh_keys) { in sctp_auth_del_key_id()961 struct list_head *sh_keys; in sctp_auth_deact_key_id() local[all …]
Completed in 4 milliseconds