Searched refs:find_affinity_cookie (Results 1 – 4 of 4) sorted by relevance
218 aff = d.find_affinity_cookie(StringRef::from_lit("lb")); in test_downstream_find_affinity_cookie()222 aff = d.find_affinity_cookie(StringRef::from_lit("LB")); in test_downstream_find_affinity_cookie()226 aff = d.find_affinity_cookie(StringRef::from_lit("short")); in test_downstream_find_affinity_cookie()
512 uint32_t find_affinity_cookie(const StringRef &name);
809 auto h = downstream->find_affinity_cookie(cookie_name); in get_affinity_cookie()965 auto h = downstream->find_affinity_cookie(shared_addr->affinity.cookie.name); in get_downstream_addr_strict_affinity()
353 uint32_t Downstream::find_affinity_cookie(const StringRef &name) { in find_affinity_cookie() function in shrpx::Downstream