Searched refs:fib_info (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.h11 struct fib_info *fa_info;
25 extern void fib_release_info(struct fib_info *);
26 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);
30 int dst_len, u8 tos, struct fib_info *fi,
37 extern int fib_detect_death(struct fib_info *fi, int order,
38 struct fib_info **last_resort,
H A Dfib_semantics.c146 void free_fib_info(struct fib_info *fi)
149 printk("Freeing alive fib_info %p\n", fi);
161 void fib_release_info(struct fib_info *fi)
179 static __inline__ int nh_comp(const struct fib_info *fi, const struct fib_info *ofi)
200 static inline unsigned int fib_info_hashfn(const struct fib_info *fi)
212 static struct fib_info *fib_find_info(const struct fib_info *nfi)
216 struct fib_info *fi;
276 static inline size_t fib_nlmsg_size(struct fib_info *f
[all...]
H A Dfib_hash.c285 struct fib_info *fi = NULL;
286 struct fib_info *last_resort;
302 struct fib_info *next_fi = fa->fa_info;
387 struct fib_info *fi;
443 struct fib_info *fi_drop;
572 struct fib_info *fi = fa->fa_info;
632 struct fib_info *fi = fa->fa_info;
970 static unsigned fib_flag_trans(int type, __be32 mask, struct fib_info *fi)
999 struct fib_info *fi;
H A Dfib_trie.c1153 struct fib_info *fi;
1207 struct fib_info *fi_drop;
1608 struct fib_info *fi = fa->fa_info;
1658 struct fib_info *fi = fa->fa_info;
1781 struct fib_info *fi = NULL;
1782 struct fib_info *last_resort;
1805 struct fib_info *next_fi = fa->fa_info;
2402 static unsigned fib_flag_trans(int type, __be32 mask, const struct fib_info *fi)
2454 const struct fib_info *fi = fa->fa_info;
H A Droute.c1565 struct fib_info *fi = res->fi;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dip_fib.h47 struct fib_info;
52 struct fib_info *nh_parent;
70 struct fib_info { struct
110 struct fib_info *fi;
258 extern void free_fib_info(struct fib_info *fi);
260 static inline void fib_info_put(struct fib_info *fi)

Completed in 90 milliseconds