Searched refs:fib_table (Results 1 – 2 of 2) sorted by relevance
127 struct fib_table;135 struct fib_table *table;180 struct fib_table { struct188 extern int fib_table_lookup(struct fib_table *tb, const struct flowi4 *flp, argument190 extern int fib_table_insert(struct fib_table *, struct fib_config *);191 extern int fib_table_delete(struct fib_table *, struct fib_config *);192 extern int fib_table_dump(struct fib_table *table, struct sk_buff *skb,194 extern int fib_table_flush(struct fib_table *table);195 extern void fib_free_table(struct fib_table *tb);204 static inline struct fib_table *fib_get_table(struct net *net, u32 id) in fib_get_table()[all …]
16 struct fib_table;32 struct fib_table *fib_local;33 struct fib_table *fib_main;34 struct fib_table *fib_default;