From: Stephen Hemminger <[EMAIL PROTECTED]> Date: Sat, 12 Jan 2008 21:33:16 -0800
> The size field is added to /proc/net/fib_triestat that was the point. Not from what I can see. [EMAIL PROTECTED]:~/src/GIT/net-2.6.25$ git grep -e "->size" net/ipv4/fib_trie.c net/ipv4/fib_trie.c: t->size++; net/ipv4/fib_trie.c: t->size--; [EMAIL PROTECTED]:~/src/GIT/net-2.6.25$ git grep -e "\.size" net/ipv4/fib_trie.c [EMAIL PROTECTED]:~/src/GIT/net-2.6.25$ Nothing uses the field, it is merely incremented and decremented. trie_show_stats() and trie_show_usage() do not access this field. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html