Searched refs:fib_config (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dfib_lookup.h26 extern struct fib_info *fib_create_info(struct fib_config *cfg);
27 extern int fib_nh_match(struct fib_config *cfg, struct fib_info *fi);
H A Dfib_frontend.c271 struct fib_config *cfg)
403 struct fib_config cfg;
460 struct fib_config *cfg)
534 struct fib_config cfg;
555 struct fib_config cfg;
621 struct fib_config cfg = {
H A Dfib_semantics.c388 int remaining, struct fib_config *cfg)
420 int fib_nh_match(struct fib_config *cfg, struct fib_info *fi)
518 static int fib_check_nh(struct fib_config *cfg, struct fib_info *fi,
682 struct fib_info *fib_create_info(struct fib_config *cfg)
H A Dfib_hash.c381 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)
H A Dfib_trie.c1148 static int fn_trie_insert(struct fib_table *tb, struct fib_config *cfg)
1570 static int fn_trie_delete(struct fib_table *tb, struct fib_config *cfg)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dip_fib.h23 struct fib_config { struct
161 int (*tb_insert)(struct fib_table *, struct fib_config *);
162 int (*tb_delete)(struct fib_table *, struct fib_config *);

Completed in 67 milliseconds