Lines Matching refs:fib_info
57 struct fib_info struct
59 struct fib_info *fib_next; argument
60 struct fib_info *fib_prev; argument
92 struct fib_info *fi; argument
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 *…
219 struct fib_info *fi);
224 extern void fib_node_get_info(int type, int dead, struct fib_info *fi, u32 prefix, u32 mask, char *…
260 extern void free_fib_info(struct fib_info *fi);
262 static inline void fib_info_put(struct fib_info *fi) in fib_info_put()