All of lore.kernel.org
 help / color / mirror / Atom feed
* fn_trie_lookup and fn_hash_lookup
@ 2010-05-28  3:23 ratheesh k
  2010-05-28  3:40 ` Stephen Hemminger
  0 siblings, 1 reply; 3+ messages in thread
From: ratheesh k @ 2010-05-28  3:23 UTC (permalink / raw)
  To: netdev, linux-net

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-05-28  6:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-28  3:23 fn_trie_lookup and fn_hash_lookup ratheesh k
2010-05-28  3:40 ` Stephen Hemminger
2010-05-28  6:13   ` ratheesh k

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.