Searched refs:rtnh (Results 1 – 1 of 1) sorted by relevance
197 struct rtnexthop *rtnh = nlmsg_reserve_object(nw, struct rtnexthop); in dump_rc_nhg() local 198 if (rtnh == NULL) in dump_rc_nhg() 200 rtnh->rtnh_flags = 0; in dump_rc_nhg() 201 rtnh->rtnh_ifindex = if_getindex(wn[i].nh->nh_ifp); in dump_rc_nhg() 202 rtnh->rtnh_hops = wn[i].weight; in dump_rc_nhg() 209 rtnh = nlattr_restore_offset(nw, nh_off, struct rtnexthop); in dump_rc_nhg() 214 rtnh->rtnh_len = nlattr_save_offset(nw) - nh_off; in dump_rc_nhg() 438 struct rtnexthop *rtnh; in nlattr_get_multipath() 449 for (rtnh = (struct rtnexthop *)(nla + 1); data_len > 0; ) { in nlattr_get_multipath() 452 if (__predict_false(rtnh in nlattr_get_multipath() 437 struct rtnexthop *rtnh; nlattr_get_multipath() local [all...]