diff options
author | David S. Miller <davem@davemloft.net> | 2011-02-01 15:30:56 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-02-01 15:35:25 -0800 |
commit | 5348ba85a02ffe80a8af33a524b6610966760d3d (patch) | |
tree | 37e2fd7f990692508906cfcabc0b7d7500e087ef /include/net/ip_fib.h | |
parent | 3630b7c050d9c3564f143d595339fc06b888d6f3 (diff) |
ipv4: Update some fib_hash centric interface names.
fib_hash_init() --> fib_trie_init()
fib_hash_table() --> fib_trie_table()
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/ip_fib.h')
-rw-r--r-- | include/net/ip_fib.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/net/ip_fib.h b/include/net/ip_fib.h index 819d61ca25c..08b46b8c303 100644 --- a/include/net/ip_fib.h +++ b/include/net/ip_fib.h @@ -228,9 +228,9 @@ extern int fib_sync_up(struct net_device *dev); extern __be32 __fib_res_prefsrc(struct fib_result *res); extern void fib_select_multipath(const struct flowi *flp, struct fib_result *res); -/* Exported by fib_{hash|trie}.c */ -extern void fib_hash_init(void); -extern struct fib_table *fib_hash_table(u32 id); +/* Exported by fib_trie.c */ +extern void fib_trie_init(void); +extern struct fib_table *fib_trie_table(u32 id); static inline void fib_combine_itag(u32 *itag, struct fib_result *res) { |