Home
last modified time | relevance | path

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

/openbmc/linux/samples/bpf/
H A Dsockex1_user.c45 long long tcp_cnt, udp_cnt, icmp_cnt; in main() local
55 assert(bpf_map_lookup_elem(map_fd, &key, &icmp_cnt) == 0); in main()
58 tcp_cnt, udp_cnt, icmp_cnt); in main()
H A Dsock_example.c39 long long value = 0, tcp_cnt, udp_cnt, icmp_cnt; in test_sock() local
91 assert(bpf_map_lookup_elem(map_fd, &key, &icmp_cnt) == 0); in test_sock()
94 tcp_cnt, udp_cnt, icmp_cnt); in test_sock()