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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dip_fib.h143 struct fib_table { struct
150 extern int fib_table_lookup(struct fib_table *tb, const struct flowi *flp,
152 extern int fib_table_insert(struct fib_table *, struct fib_config *);
153 extern int fib_table_delete(struct fib_table *, struct fib_config *);
154 extern int fib_table_dump(struct fib_table *table, struct sk_buff *skb,
156 extern int fib_table_flush(struct fib_table *table);
157 extern void fib_table_select_default(struct fib_table *table,
167 static inline struct fib_table *fib_get_table(struct net *net, u32 id)
174 return hlist_entry(ptr->first, struct fib_table, tb_hlist);
177 static inline struct fib_table *fib_new_tabl
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dfib_frontend.c52 struct fib_table *local_table, *main_table;
74 struct fib_table *fib_new_table(struct net *net, u32 id)
76 struct fib_table *tb;
93 struct fib_table *fib_get_table(struct net *net, u32 id)
95 struct fib_table *tb;
120 struct fib_table *tb;
135 struct fib_table *tb;
159 struct fib_table *local_table;
191 struct fib_table *local_table;
496 struct fib_table *t
[all...]
H A Dfib_hash.c246 int fib_table_lookup(struct fib_table *tb,
278 void fib_table_select_default(struct fib_table *tb,
370 int fib_table_insert(struct fib_table *tb, struct fib_config *cfg)
548 int fib_table_delete(struct fib_table *tb, struct fib_config *cfg)
665 int fib_table_flush(struct fib_table *tb)
683 struct fib_table *tb,
724 struct fib_table *tb,
746 int fib_table_dump(struct fib_table *tb, struct sk_buff *skb,
780 struct fib_table *fib_hash_table(u32 id)
782 struct fib_table *t
[all...]
H A Dfib_rules.c74 struct fib_table *tbl;
121 static struct fib_table *fib_empty_table(struct net *net)
149 struct fib_table *table;
H A Dfib_trie.c1182 int fib_table_insert(struct fib_table *tb, struct fib_config *cfg)
1381 int fib_table_lookup(struct fib_table *tb, const struct flowi *flp,
1603 int fib_table_delete(struct fib_table *tb, struct fib_config *cfg)
1796 int fib_table_flush(struct fib_table *tb)
1817 void fib_table_select_default(struct fib_table *tb,
1891 struct fib_table *tb,
1928 static int fn_trie_dump_leaf(struct leaf *l, struct fib_table *tb,
1962 int fib_table_dump(struct fib_table *tb, struct sk_buff *skb,
2018 struct fib_table *fib_hash_table(u32 id)
2020 struct fib_table *t
[all...]

Completed in 69 milliseconds