Searched refs:list_head (Results 1 – 4 of 4) sorted by relevance
94 list_head(list_t the_list) { in list_head() function100 if (list_head(the_list)) in list_remove()
67 p = (netq_t *)list_head(queue); in netq_insert_node()84 return list_head(queue); in netq_head()
96 list_head(list_t list) { in list_head() function
218 for (p = list_head(ctx->peers); p; p = list_item_next(p)) in dtls_get_peer()3818 for (p = list_head(ctx->peers); p; p = list_item_next(p)) in dtls_free_context()3943 node = list_head(context->sendqueue); in dtls_stop_retransmission()3990 node = list_head(the_dtls_context.sendqueue); in PROCESS_THREAD()3995 node = list_head(the_dtls_context.sendqueue); in PROCESS_THREAD()