fib_table 150 include/net/ip_fib.h int (*tb_lookup)(struct fib_table *tb, const struct flowi *flp, struct fib_result *res); fib_table 151 include/net/ip_fib.h int (*tb_insert)(struct fib_table *, struct fib_config *); fib_table 152 include/net/ip_fib.h int (*tb_delete)(struct fib_table *, struct fib_config *); fib_table 153 include/net/ip_fib.h int (*tb_dump)(struct fib_table *table, struct sk_buff *skb, fib_table 155 include/net/ip_fib.h int (*tb_flush)(struct fib_table *table); fib_table 156 include/net/ip_fib.h void (*tb_select_default)(struct fib_table *table, fib_table 167 include/net/ip_fib.h static inline struct fib_table *fib_get_table(struct net *net, u32 id) fib_table 174 include/net/ip_fib.h return hlist_entry(ptr->first, struct fib_table, tb_hlist); fib_table 177 include/net/ip_fib.h static inline struct fib_table *fib_new_table(struct net *net, u32 id) fib_table 185 include/net/ip_fib.h struct fib_table *table; fib_table 207 include/net/ip_fib.h extern struct fib_table *fib_new_table(struct net *net, u32 id); fib_table 208 include/net/ip_fib.h extern struct fib_table *fib_get_table(struct net *net, u32 id); fib_table 230 include/net/ip_fib.h extern struct fib_table *fib_hash_table(u32 id); fib_table 52 net/ipv4/fib_frontend.c struct fib_table *local_table, *main_table; fib_table 74 net/ipv4/fib_frontend.c struct fib_table *fib_new_table(struct net *net, u32 id) fib_table 76 net/ipv4/fib_frontend.c struct fib_table *tb; fib_table 93 net/ipv4/fib_frontend.c struct fib_table *fib_get_table(struct net *net, u32 id) fib_table 95 net/ipv4/fib_frontend.c struct fib_table *tb; fib_table 120 net/ipv4/fib_frontend.c struct fib_table *tb; fib_table 135 net/ipv4/fib_frontend.c struct fib_table *tb; fib_table 159 net/ipv4/fib_frontend.c struct fib_table *local_table; fib_table 190 net/ipv4/fib_frontend.c struct fib_table *local_table; fib_table 472 net/ipv4/fib_frontend.c struct fib_table *tb; fib_table 585 net/ipv4/fib_frontend.c struct fib_table *tb; fib_table 607 net/ipv4/fib_frontend.c struct fib_table *tb; fib_table 630 net/ipv4/fib_frontend.c struct fib_table *tb; fib_table 675 net/ipv4/fib_frontend.c struct fib_table *tb; fib_table 854 net/ipv4/fib_frontend.c struct fib_table *tb; fib_table 1006 net/ipv4/fib_frontend.c struct fib_table *tb; fib_table 780 net/ipv4/fib_hash.c struct fib_table *fib_hash_table(u32 id) fib_table 782 net/ipv4/fib_hash.c struct fib_table *tb; fib_table 784 net/ipv4/fib_hash.c tb = kmalloc(sizeof(struct fib_table) + sizeof(struct fn_hash), fib_table 819 net/ipv4/fib_hash.c struct fib_table *main_table; fib_table 74 net/ipv4/fib_rules.c struct fib_table *tbl; fib_table 121 net/ipv4/fib_rules.c static struct fib_table *fib_empty_table(struct net *net) fib_table 149 net/ipv4/fib_rules.c struct fib_table *table; fib_table 2001 net/ipv4/fib_trie.c struct fib_table *fib_hash_table(u32 id) fib_table 2003 net/ipv4/fib_trie.c struct fib_table *tb; fib_table 2006 net/ipv4/fib_trie.c tb = kmalloc(sizeof(struct fib_table) + sizeof(struct trie), fib_table 2033 net/ipv4/fib_trie.c struct fib_table *tb; fib_table 2230 net/ipv4/fib_trie.c struct fib_table *tb; fib_table 2275 net/ipv4/fib_trie.c struct fib_table *tb; fib_table 2304 net/ipv4/fib_trie.c struct fib_table *tb = iter->tb; fib_table 2318 net/ipv4/fib_trie.c tb = hlist_entry(tb_node, struct fib_table, tb_hlist); fib_table 2495 net/ipv4/fib_trie.c struct fib_table *tb;