Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_graph/
H A Dgraph_private.h108 STAILQ_HEAD(node_head, node);
118 struct node_head *node_list_head_get(void);
H A Dgraph.c143 struct node_head *node_head = node_list_head_get(); in expand_pattern_to_node() local
148 STAILQ_FOREACH(node, node_head, next) { in expand_pattern_to_node()
H A Dnode.c17 static struct node_head node_list = STAILQ_HEAD_INITIALIZER(node_list);
23 struct node_head *