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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dip_fib.h156 struct fib_table { struct
160 int (*tb_lookup)(struct fib_table *tb, const struct flowi *flp, struct fib_result *res);
161 int (*tb_insert)(struct fib_table *, struct fib_config *);
162 int (*tb_delete)(struct fib_table *, struct fib_config *);
163 int (*tb_dump)(struct fib_table *table, struct sk_buff *skb,
165 int (*tb_flush)(struct fib_table *table);
166 void (*tb_select_default)(struct fib_table *table,
174 extern struct fib_table *ip_fib_local_table;
175 extern struct fib_table *ip_fib_main_table;
177 static inline struct fib_table *fib_get_tabl
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dfib_frontend.c54 struct fib_table *ip_fib_local_table;
55 struct fib_table *ip_fib_main_table;
65 struct fib_table *fib_new_table(u32 id)
67 struct fib_table *tb;
83 struct fib_table *fib_get_table(u32 id)
85 struct fib_table *tb;
107 struct fib_table *tb;
419 struct fib_table *tb;
535 struct fib_table *tb;
556 struct fib_table *t
[all...]
H A Dfib_rules.c105 struct fib_table *tbl;
140 struct fib_table *tb;
162 static struct fib_table *fib_empty_table(void)
189 struct fib_table *table;
H A Dfib_hash.c245 fn_hash_lookup(struct fib_table *tb, const struct flowi *flp, struct fib_result *res)
280 fn_hash_select_default(struct fib_table *tb, const struct flowi *flp, struct fib_result *res)
381 static int fn_hash_insert(struct fib_table *tb, struct fib_config *cfg)
539 static int fn_hash_delete(struct fib_table *tb, struct fib_config *cfg)
656 static int fn_hash_flush(struct fib_table *tb)
674 struct fib_table *tb,
715 struct fib_table *tb,
738 static int fn_hash_dump(struct fib_table *tb, struct sk_buff *skb, struct netlink_callback *cb)
763 struct fib_table * fib_hash_init(u32 id)
765 struct fib_table * __ini
[all...]
H A Dfib_trie.c1148 static int fn_trie_insert(struct fib_table *tb, struct fib_config *cfg)
1328 fn_trie_lookup(struct fib_table *tb, const struct flowi *flp, struct fib_result *res)
1570 static int fn_trie_delete(struct fib_table *tb, struct fib_config *cfg)
1751 static int fn_trie_flush(struct fib_table *tb)
1777 fn_trie_select_default(struct fib_table *tb, const struct flowi *flp, struct fib_result *res)
1858 static int fn_trie_dump_fa(t_key key, int plen, struct list_head *fah, struct fib_table *tb,
1897 static int fn_trie_dump_plen(struct trie *t, int plen, struct fib_table *tb, struct sk_buff *skb,
1930 static int fn_trie_dump(struct fib_table *tb, struct sk_buff *skb, struct netlink_callback *cb)
1961 struct fib_table * fib_hash_init(u32 id)
1963 struct fib_table * __ini
[all...]

Completed in 187 milliseconds