Searched refs:fib_table (Results 1 - 5 of 5) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Dip_fib.h116 struct fib_table struct
120 int (*tb_lookup)(struct fib_table *tb, const struct rt_key *key, struct fib_result *res);
121 int (*tb_insert)(struct fib_table *table, struct rtmsg *r,
124 int (*tb_delete)(struct fib_table *table, struct rtmsg *r,
127 int (*tb_dump)(struct fib_table *table, struct sk_buff *skb,
129 int (*tb_flush)(struct fib_table *table);
130 int (*tb_get_info)(struct fib_table *table, char *buf,
132 void (*tb_select_default)(struct fib_table *table,
140 extern struct fib_table *local_table;
141 extern struct fib_table *main_tabl
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Dip_fib.h116 struct fib_table struct
120 int (*tb_lookup)(struct fib_table *tb, const struct rt_key *key, struct fib_result *res);
121 int (*tb_insert)(struct fib_table *table, struct rtmsg *r,
124 int (*tb_delete)(struct fib_table *table, struct rtmsg *r,
127 int (*tb_dump)(struct fib_table *table, struct sk_buff *skb,
129 int (*tb_flush)(struct fib_table *table);
130 int (*tb_get_info)(struct fib_table *table, char *buf,
132 void (*tb_select_default)(struct fib_table *table,
140 extern struct fib_table *local_table;
141 extern struct fib_table *main_tabl
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/
H A 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)
65 struct fib_table *tb;
82 struct fib_table *tb;
307 struct fib_table *tb = fib_get_table(req.rtm.rtm_table);
312 struct fib_table *tb = fib_new_table(req.rtm.rtm_table);
353 struct fib_table * tb;
368 struct fib_table * t
[all...]
H A Dfib_hash.c269 fn_hash_lookup(struct fib_table *tb, const struct rt_key *key, struct fib_result *res)
341 fn_hash_select_default(struct fib_table *tb, const struct rt_key *key, struct fib_result *res)
433 fn_hash_insert(struct fib_table *tb, struct rtmsg *r, struct kern_rta *rta,
614 fn_hash_delete(struct fib_table *tb, struct rtmsg *r, struct kern_rta *rta,
729 static int fn_hash_flush(struct fib_table *tb)
750 static int fn_hash_get_info(struct fib_table *tb, char *buffer, int first, int count)
796 struct fib_table *tb,
821 struct fib_table *tb,
842 static int fn_hash_dump(struct fib_table *tb, struct sk_buff *skb, struct netlink_callback *cb)
891 struct fib_table * fib_hash_ini
[all...]
H A Dfib_rules.c142 static struct fib_table *fib_empty_table(void)
178 struct fib_table *table;
314 struct fib_table *tb;
376 struct fib_table *tb;

Completed in 84 milliseconds