Searched defs:LIST_HEAD (Results 1 – 4 of 4) sorted by relevance
83 static LIST_HEAD(sa_list, sa) *sa_tab; in LIST_HEAD() function
86 LIST_HEAD(conf_bindings, conf_binding) conf_bindings[256]; in LIST_HEAD() function
81 LIST_HEAD(exchange_list, exchange) *exchange_tab; in LIST_HEAD() function
167 #define LIST_HEAD(name, type) \ macro