fn_trie_lookup and fn_hash_lookup

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: ratheesh k
Date: Thursday, May 27, 2010 - 8:23 pm

hi ,

I was looking into 2.6.18 kernel . I can see two functions
fn_trie_lookup , fn_hash_lookup

ipv4/fib_trie.c:	tb->tb_lookup = fn_trie_lookup;
ipv4/fib_hash.c:	tb->tb_lookup = fn_hash_lookup;

What is the differnce between these two functions ?


Thanks,
Ratheesh
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
fn_trie_lookup and fn_hash_lookup, ratheesh k, (Thu May 27, 8:23 pm)
Re: fn_trie_lookup and fn_hash_lookup, Stephen Hemminger, (Thu May 27, 8:40 pm)
Re: fn_trie_lookup and fn_hash_lookup, ratheesh k, (Thu May 27, 11:13 pm)