Searched refs:stats_key (Results 1 – 3 of 3) sorted by relevance
15 __u32 stats_key = VIP_NUM; in test_xdp_noinline() local65 bpf_map_lookup_elem(bpf_map__fd(skel->maps.stats), &stats_key, stats); in test_xdp_noinline()
13 __u32 stats_key = VIP_NUM; in test_l4lb() local78 bpf_map_lookup_elem(map_fd, &stats_key, stats); in test_l4lb()
662 __u32 stats_key = 512; in process_packet() local705 data_stats = bpf_map_lookup_elem(&stats, &stats_key); in process_packet()