Searched defs:rtnh (Results 1 – 2 of 2) sorted by relevance
8 static inline int rtnh_ok(const struct rtnexthop *rtnh, int remaining) in rtnh_ok()15 static inline struct rtnexthop *rtnh_next(const struct rtnexthop *rtnh, in rtnh_next()24 static inline struct nlattr *rtnh_attrs(const struct rtnexthop *rtnh) in rtnh_attrs()29 static inline int rtnh_attrlen(const struct rtnexthop *rtnh) in rtnh_attrlen()
424 #define RTNH_OK(rtnh,len) ((rtnh)->rtnh_len >= sizeof(struct rtnexthop) && \ argument426 #define RTNH_NEXT(rtnh) ((struct rtnexthop*)(((char*)(rtnh)) + RTNH_ALIGN((rtnh)->rtnh_len))) argument429 #define RTNH_DATA(rtnh) ((struct rtattr*)(((char*)(rtnh)) + RTNH_LENGTH(0))) argument