Searched refs:fib_nh (Results 1 – 3 of 3) sorted by relevance
| /include/net/ |
| A D | ip_fib.h | 107 struct fib_nh { struct 162 struct fib_nh fib_nh[] __counted_by(fib_nhs); 241 struct fib_nh *fib_nh; member 575 int fib_check_nh(struct net *net, struct fib_nh *nh, u32 table, u8 scope, 582 int fib_nh_init(struct net *net, struct fib_nh *fib_nh, 585 void fib_nh_release(struct net *net, struct fib_nh *fib_nh); 607 struct fib_nh *nh; in fib_combine_itag() 609 nh = container_of(nhc, struct fib_nh, nh_common); in fib_combine_itag()
|
| A D | nexthop.h | 69 struct fib_nh fib_nh; member 402 BUILD_BUG_ON(offsetof(struct fib_nh, nh_common) != 0); in nexthop_fib_nhc() 494 return &fi->fib_nh[nhsel].nh_common; in fib_info_nhc() 498 static inline struct fib_nh *fib_info_nh(struct fib_info *fi, int nhsel) in fib_info_nh() 502 return &fi->fib_nh[nhsel]; in fib_info_nh()
|
| A D | route.h | 54 struct fib_nh;
|
Completed in 11 milliseconds