Home
last modified time | relevance | path

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

/linux/include/net/sctp/
A Dauth.h56 #define key_for_each(__key, __list_head) \ argument
57 list_for_each_entry(__key, __list_head, key_list)
59 #define key_for_each_safe(__key, __tmp, __list_head) \ argument
60 list_for_each_entry_safe(__key, __tmp, __list_head, key_list)

Completed in 3 milliseconds