Home
last modified time | relevance | path

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

/linux-3.4.99/Documentation/networking/
Dfib_trie.txt89 halve()
/linux-3.4.99/net/ipv4/
Dfib_trie.c166 static struct tnode *halve(struct trie *t, struct tnode *tn);
667 tn = halve(t, tn); in resize()
845 static struct tnode *halve(struct trie *t, struct tnode *tn) in halve() function