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

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Dip_fib.h57 struct fib_info struct
59 struct fib_info *fib_next;
60 struct fib_info *fib_prev;
92 struct fib_info *fi;
211 extern void fib_release_info(struct fib_info *);
212 extern int fib_semantic_match(int type, struct fib_info *,
214 extern struct fib_info *fib_create_info(const struct rtmsg *r, struct kern_rta *rta,
216 extern int fib_nh_match(struct rtmsg *r, struct nlmsghdr *, struct kern_rta *rta, struct fib_info *fi);
219 struct fib_info *fi);
224 extern void fib_node_get_info(int type, int dead, struct fib_info *f
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Dip_fib.h57 struct fib_info struct
59 struct fib_info *fib_next;
60 struct fib_info *fib_prev;
92 struct fib_info *fi;
211 extern void fib_release_info(struct fib_info *);
212 extern int fib_semantic_match(int type, struct fib_info *,
214 extern struct fib_info *fib_create_info(const struct rtmsg *r, struct kern_rta *rta,
216 extern int fib_nh_match(struct rtmsg *r, struct nlmsghdr *, struct kern_rta *rta, struct fib_info *fi);
219 struct fib_info *fi);
224 extern void fib_node_get_info(int type, int dead, struct fib_info *f
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/
H A Dfib_semantics.c48 static struct fib_info *fib_info_list;
52 #define for_fib_info() { struct fib_info *fi; \
108 void free_fib_info(struct fib_info *fi)
111 printk("Freeing alive fib_info %p\n", fi);
123 void fib_release_info(struct fib_info *fi)
139 static __inline__ int nh_comp(const struct fib_info *fi, const struct fib_info *ofi)
160 static __inline__ struct fib_info * fib_find_info(const struct fib_info *nfi)
228 fib_get_nhs(struct fib_info *f
[all...]
H A Dfib_hash.c71 struct fib_info *fn_info;
317 static int fib_detect_death(struct fib_info *fi, int order,
318 struct fib_info **last_resort, int *last_idx)
345 struct fib_info *fi = NULL;
346 struct fib_info *last_resort;
359 struct fib_info *next_fi = FIB_INFO(f);
439 struct fib_info *fi;
663 struct fib_info * fi = FIB_INFO(f);
713 struct fib_info *fi = FIB_INFO(f);
H A Droute.c1197 struct fib_info *fi = res->fi;

Completed in 49 milliseconds