Searched refs:key_for_each (Results 1 – 2 of 2) sorted by relevance
363 key_for_each(sh_key, &ep->endpoint_shared_keys) { in sctp_auth_asoc_copy_shkeys()512 key_for_each(key, &asoc->endpoint_shared_keys) { in sctp_auth_get_shkey()819 key_for_each(shkey, sh_keys) { in sctp_auth_set_key()879 key_for_each(key, sh_keys) { in sctp_auth_set_active_key()930 key_for_each(key, sh_keys) { in sctp_auth_del_key_id()973 key_for_each(key, sh_keys) { in sctp_auth_deact_key_id()
52 #define key_for_each(__key, __list_head) \ macro