Searched refs:find_affinity_cookie (Results 1 – 4 of 4) sorted by relevance
213 aff = d.find_affinity_cookie(StringRef::from_lit("lb")); in test_downstream_find_affinity_cookie()217 aff = d.find_affinity_cookie(StringRef::from_lit("LB")); in test_downstream_find_affinity_cookie()221 aff = d.find_affinity_cookie(StringRef::from_lit("short")); in test_downstream_find_affinity_cookie()
504 uint32_t find_affinity_cookie(const StringRef &name);
343 uint32_t Downstream::find_affinity_cookie(const StringRef &name) { in find_affinity_cookie() function in shrpx::Downstream
744 auto h = downstream->find_affinity_cookie(cookie_name); in get_affinity_cookie()