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

/linux-master/samples/bpf/
H A Dxdp_adjust_tail_kern.c41 u64 *icmp_count; local
43 icmp_count = bpf_map_lookup_elem(&icmpcnt, &key);
44 if (icmp_count)
45 *icmp_count += 1;

Completed in 158 milliseconds