Home
last modified time | relevance | path

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

/linux/samples/bpf/
A Dsockex1_user.c36 long long tcp_cnt, udp_cnt, icmp_cnt; in main() local
46 assert(bpf_map_lookup_elem(map_fd, &key, &icmp_cnt) == 0); in main()
49 tcp_cnt, udp_cnt, icmp_cnt); in main()
A Dsock_example.c38 long long value = 0, tcp_cnt, udp_cnt, icmp_cnt; in test_sock() local
86 assert(bpf_map_lookup_elem(map_fd, &key, &icmp_cnt) == 0); in test_sock()
89 tcp_cnt, udp_cnt, icmp_cnt); in test_sock()

Completed in 4 milliseconds