Searched refs:last_tstamp (Results 1 – 1 of 1) sorted by relevance
30 uint64_t *last_tstamp = bpf_map_lookup_elem(&flow_map, &key); in throttle_flow() local36 if (last_tstamp) in throttle_flow()37 next_tstamp = *last_tstamp + delay_ns; in throttle_flow()