Searched refs:key_for_each (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/sctp/ |
H A D | auth.c | 362 key_for_each(sh_key, &ep->endpoint_shared_keys) { in sctp_auth_asoc_copy_shkeys() 436 key_for_each(key, &asoc->endpoint_shared_keys) { in sctp_auth_get_shkey() 839 key_for_each(shkey, sh_keys) { in sctp_auth_set_key() function 899 key_for_each(key, sh_keys) { in sctp_auth_set_active_key() function 950 key_for_each(key, sh_keys) { in sctp_auth_del_key_id() function 993 key_for_each(key, sh_keys) { in sctp_auth_deact_key_id() function
|
/kernel/linux/linux-6.6/net/sctp/ |
H A D | auth.c | 362 key_for_each(sh_key, &ep->endpoint_shared_keys) { in sctp_auth_asoc_copy_shkeys() 436 key_for_each(key, &asoc->endpoint_shared_keys) { in sctp_auth_get_shkey() 839 key_for_each(shkey, sh_keys) { in sctp_auth_set_key() function 899 key_for_each(key, sh_keys) { in sctp_auth_set_active_key() function 950 key_for_each(key, sh_keys) { in sctp_auth_del_key_id() function 993 key_for_each(key, sh_keys) { in sctp_auth_deact_key_id() function
|
/kernel/linux/linux-5.10/include/net/sctp/ |
H A D | auth.h | 56 #define key_for_each(__key, __list_head) \ macro
|
/kernel/linux/linux-6.6/include/net/sctp/ |
H A D | auth.h | 56 #define key_for_each(__key, __list_head) \ macro
|
Completed in 4 milliseconds