Searched refs:trie_firstleaf (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dfib_trie.c1756 static struct leaf *trie_firstleaf(struct trie *t) function
1784 struct leaf *l = trie_firstleaf(t);
1802 for (l = trie_firstleaf(t); l; l = trie_nextleaf(l)) {
1975 l = trie_firstleaf(t);
2486 l = trie_firstleaf(t);
2528 l = trie_firstleaf(iter->main_trie);

Completed in 60 milliseconds