Searched refs:RTA_PRIORITY (Results 1 – 4 of 4) sorted by relevance
507 EXPECT_TRUE(msg.HasAttribute(RTA_PRIORITY)); in TestParseRoute()510 msg.GetAttribute(RTA_PRIORITY).ConvertToCPUUInt32(&metric_val)); in TestParseRoute()513 EXPECT_FALSE(msg.HasAttribute(RTA_PRIORITY)); in TestParseRoute()735 msg.SetAttribute(RTA_PRIORITY, ByteString::CreateFromCPUUInt32(13)); in TEST_F()
313 if (message.HasAttribute(RTA_PRIORITY)) { in ParseRoutingTableMessage()314 message.GetAttribute(RTA_PRIORITY).ConvertToCPUUInt32(&metric); in ParseRoutingTableMessage()462 message.SetAttribute(RTA_PRIORITY, in ApplyRoute()574 message.SetAttribute(RTA_PRIORITY, in CreateBlackholeRoute()
199 arg->GetAttribute(RTA_PRIORITY).ConvertToCPUUInt32(&priority) &&231 arg->GetAttribute(RTA_PRIORITY).ConvertToCPUUInt32(&priority) &&274 msg.SetAttribute(RTA_PRIORITY, ByteString::CreateFromCPUUInt32(entry.metric)); in SendRouteEntryWithSeqAndProto()592 !arg->HasAttribute(RTA_PRIORITY);
95 RTA_PRIORITY = 6 variable