Go to the documentation of this file.
37 #ifndef __sctp_auth_h__
38 #define __sctp_auth_h__
40 #include <linux/list.h>
75 #define key_for_each(__key, __list_head) \
76 list_for_each_entry(__key, __list_head, key_list)
78 #define key_for_each_safe(__key, __tmp, __list_head) \
79 list_for_each_entry_safe(__key, __tmp, __list_head, key_list)