Searched refs:icmp_count (Results 1 – 1 of 1) sorted by relevance
41 u64 *icmp_count; in count_icmp() local43 icmp_count = bpf_map_lookup_elem(&icmpcnt, &key); in count_icmp()44 if (icmp_count) in count_icmp()45 *icmp_count += 1; in count_icmp()