Searched refs:fib_nh (Results 1 – 3 of 3) sorted by relevance
/include/net/ |
D | ip_fib.h | 103 struct fib_nh { struct 156 struct fib_nh fib_nh[]; member 232 struct fib_nh *fib_nh; member 519 int fib_check_nh(struct net *net, struct fib_nh *nh, u32 table, u8 scope, 525 int fib_nh_init(struct net *net, struct fib_nh *fib_nh, 528 void fib_nh_release(struct net *net, struct fib_nh *fib_nh); 550 struct fib_nh *nh; in fib_combine_itag() 552 nh = container_of(nhc, struct fib_nh, nh_common); in fib_combine_itag()
|
D | nexthop.h | 67 struct fib_nh fib_nh; member 370 BUILD_BUG_ON(offsetof(struct fib_nh, nh_common) != 0); in nexthop_fib_nhc() 462 return &fi->fib_nh[nhsel].nh_common; in fib_info_nhc() 466 static inline struct fib_nh *fib_info_nh(struct fib_info *fi, int nhsel) in fib_info_nh() 470 return &fi->fib_nh[nhsel]; in fib_info_nh()
|
D | route.h | 46 struct fib_nh;
|