Home
last modified time | relevance | path

Searched refs:fib_table (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/include/net/
Dip_fib.h116 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;
[all …]
/linux-2.4.37.9/net/ipv4/
Dfib_frontend.c54 struct fib_table *local_table;
55 struct fib_table *main_table;
61 struct fib_table *fib_tables[RT_TABLE_MAX+1];
63 struct fib_table *__fib_new_table(int id) in __fib_new_table()
65 struct fib_table *tb; in __fib_new_table()
82 struct fib_table *tb; in fib_flush()
307 struct fib_table *tb = fib_get_table(req.rtm.rtm_table); in ip_rt_ioctl()
312 struct fib_table *tb = fib_new_table(req.rtm.rtm_table); in ip_rt_ioctl()
353 struct fib_table * tb; in inet_rtm_delroute()
368 struct fib_table * tb; in inet_rtm_newroute()
[all …]
Dfib_hash.c293 fn_hash_lookup(struct fib_table *tb, const struct rt_key *key, struct fib_result *res) in fn_hash_lookup()
365 fn_hash_select_default(struct fib_table *tb, const struct rt_key *key, struct fib_result *res) in fn_hash_select_default()
457 fn_hash_insert(struct fib_table *tb, struct rtmsg *r, struct kern_rta *rta, in fn_hash_insert()
636 fn_hash_delete(struct fib_table *tb, struct rtmsg *r, struct kern_rta *rta, in fn_hash_delete()
751 static int fn_hash_flush(struct fib_table *tb) in fn_hash_flush()
772 static int fn_hash_get_info(struct fib_table *tb, char *buffer, int first, int count) in fn_hash_get_info()
818 struct fib_table *tb, in fn_hash_dump_bucket()
843 struct fib_table *tb, in fn_hash_dump_zone()
864 static int fn_hash_dump(struct fib_table *tb, struct sk_buff *skb, struct netlink_callback *cb) in fn_hash_dump()
913 struct fib_table * fib_hash_init(int id) in fib_hash_init()
[all …]
Dfib_rules.c142 static struct fib_table *fib_empty_table(void) in fib_empty_table()
178 struct fib_table *table; in inet_rtm_newrule()
314 struct fib_table *tb; in fib_lookup()
376 struct fib_table *tb; in fib_select_default()