Searched refs:NextHopRoundRobin (Results 1 – 7 of 7) sorted by relevance
29 class NextHopRoundRobin : public NextHopSelectionStrategy35 NextHopRoundRobin() = delete;36 …NextHopRoundRobin(const std::string_view &name, const NHPolicyType &policy) : NextHopSelectionStra… in NextHopRoundRobin() function37 ~NextHopRoundRobin();
30 NextHopRoundRobin::~NextHopRoundRobin() in ~NextHopRoundRobin()36 NextHopRoundRobin::findNextHop(TSHttpTxn txnp, void *ih, time_t now) in findNextHop()
201 NextHopRoundRobin.$(OBJEXT) NextHopStrategyFactory.$(OBJEXT) \309 test_NextHopConsistentHash-NextHopRoundRobin.$(OBJEXT) \330 test_NextHopRoundRobin-NextHopRoundRobin.$(OBJEXT) \351 test_NextHopStrategyFactory-NextHopRoundRobin.$(OBJEXT) \429 ./$(DEPDIR)/NextHopRoundRobin.Po \438 ./$(DEPDIR)/test_NextHopConsistentHash-NextHopRoundRobin.Po \443 ./$(DEPDIR)/test_NextHopRoundRobin-NextHopRoundRobin.Po \1111 NextHopRoundRobin.h \1112 NextHopRoundRobin.cc \2527 -rm -f ./$(DEPDIR)/NextHopRoundRobin.Po[all …]
45 NextHopRoundRobin.h \46 NextHopRoundRobin.cc \
132 std::shared_ptr<NextHopRoundRobin> strat_rr; in createStrategy()146 strat_rr = std::make_shared<NextHopRoundRobin>(name, policy_type); in createStrategy()
26 # unit testing strategies for NextHopRoundRobin.
315 friend class NextHopRoundRobin; member