Lines Matching refs:fib_table
116 struct fib_table struct
120 int (*tb_lookup)(struct fib_table *tb, const struct rt_key *key, struct fib_result *res); argument
121 int (*tb_insert)(struct fib_table *table, struct rtmsg *r, argument
124 int (*tb_delete)(struct fib_table *table, struct rtmsg *r, argument
127 int (*tb_dump)(struct fib_table *table, struct sk_buff *skb, argument
129 int (*tb_flush)(struct fib_table *table); argument
130 int (*tb_get_info)(struct fib_table *table, char *buf, argument
132 void (*tb_select_default)(struct fib_table *table, argument
140 extern struct fib_table *local_table; argument
141 extern struct fib_table *main_table;
143 static inline struct fib_table *fib_get_table(int id) in fib_get_table()
150 static inline struct fib_table *fib_new_table(int id) in fib_new_table()
173 extern struct fib_table * fib_tables[RT_TABLE_MAX+1];
175 extern struct fib_table *__fib_new_table(int id);
178 static inline struct fib_table *fib_get_table(int id) in fib_get_table()
186 static inline struct fib_table *fib_new_table(int id) in fib_new_table()
228 extern struct fib_table *fib_hash_init(int id);