Searched defs:rtnh (Results 1 – 3 of 3) sorted by relevance
7 static inline int rtnh_ok(const struct rtnexthop *rtnh, int remaining) in rtnh_ok()14 static inline struct rtnexthop *rtnh_next(const struct rtnexthop *rtnh, in rtnh_next()23 static inline struct nlattr *rtnh_attrs(const struct rtnexthop *rtnh) in rtnh_attrs()28 static inline int rtnh_attrlen(const struct rtnexthop *rtnh) in rtnh_attrlen()
389 static int fib_count_nexthops(struct rtnexthop *rtnh, int remaining) in fib_count_nexthops()402 static int fib_get_nhs(struct fib_info *fi, struct rtnexthop *rtnh, in fib_get_nhs()439 struct rtnexthop *rtnh; in fib_nh_match() local966 struct rtnexthop *rtnh; in fib_dump_info() local
320 #define RTNH_OK(rtnh,len) ((rtnh)->rtnh_len >= sizeof(struct rtnexthop) && \ argument322 #define RTNH_NEXT(rtnh) ((struct rtnexthop*)(((char*)(rtnh)) + RTNH_ALIGN((rtnh)->rtnh_len))) argument325 #define RTNH_DATA(rtnh) ((struct rtattr*)(((char*)(rtnh)) + RTNH_LENGTH(0))) argument