Lines Matching refs:rtnh
1053 struct rtnexthop *rtnh; in append_nexthop_one() local
1067 rtnh = (struct rtnexthop *)((uint8_t *) *rta + offset); in append_nexthop_one()
1068 *rtnh = (struct rtnexthop) { in append_nexthop_one()
1069 .rtnh_len = sizeof(*rtnh), in append_nexthop_one()
1080 rtnh = (struct rtnexthop *)((uint8_t *) *rta + offset); in append_nexthop_one()
1081 rtnh->rtnh_len += RTA_SPACE(FAMILY_ADDRESS_SIZE(m->gateway.family)); in append_nexthop_one()
1086 rtnh = (struct rtnexthop *)((uint8_t *) *rta + offset); in append_nexthop_one()
1087 … rtnh->rtnh_len += RTA_SPACE(FAMILY_ADDRESS_SIZE(m->gateway.family) + sizeof(m->gateway.family)); in append_nexthop_one()
1099 struct rtnexthop *rtnh; in append_nexthops() local
1126 rtnh = (struct rtnexthop *)((uint8_t *) rta + offset); in append_nexthops()
1127 offset = (uint8_t *) RTNH_NEXT(rtnh) - (uint8_t *) rta; in append_nexthops()