Home
last modified time | relevance | path

Searched refs:icmp_count (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/samples/bpf/
H A Dxdp_adjust_tail_kern.c41 u64 *icmp_count; in count_icmp() local
43 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()