Searched refs:outer_hash (Results 1 – 4 of 4) sorted by relevance
81 struct outer_hash { struct90 } outer_hash SEC(".maps") = {135 inner_map = bpf_map_lookup_elem(&outer_hash, &key); in handle__sys_enter()
73 struct outer_hash { struct 78 } outer_hash SEC(".maps") = {150 inner_map = bpf_map_lookup_elem(&outer_hash, &key); in BPF_PROG()
791 u32 outer_hash = reduced_hash - inner_hash; in cake_hash() local 801 if (q->tags[outer_hash + k] == flow_hash) { in cake_hash() 805 if (!q->flows[outer_hash + k].set) { in cake_hash() 820 if (!q->flows[outer_hash + k].set) { in cake_hash() 835 if (q->flows[outer_hash + k].set == CAKE_SET_BULK) { in cake_hash() 836 cake_dec_srchost_bulk_flow_count(q, &q->flows[outer_hash + k], flow_mode); in cake_hash() 837 cake_dec_dsthost_bulk_flow_count(q, &q->flows[outer_hash + k], flow_mode); in cake_hash() 841 reduced_hash = outer_hash + k; in cake_hash() 847 outer_hash = srchost_idx - inner_hash; in cake_hash() 850 if (q->hosts[outer_hash in cake_hash() [all...]
45 outer_hash_fd = bpf_map__fd(skel->maps.outer_hash); in test_lookup_update()