Searched defs:fib_table (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/include/net/ |
D | ip_fib.h | 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
|