Home
last modified time | relevance | path

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

/linux-4.4.14/samples/bpf/
Dsockex1_user.c31 long long tcp_cnt, udp_cnt, icmp_cnt; in main() local
35 assert(bpf_lookup_elem(map_fd[0], &key, &tcp_cnt) == 0); in main()
44 tcp_cnt, udp_cnt, icmp_cnt); in main()
Dsock_example.c34 long long value = 0, tcp_cnt, udp_cnt, icmp_cnt; in test_sock() local
75 assert(bpf_lookup_elem(map_fd, &key, &tcp_cnt) == 0); in test_sock()
84 tcp_cnt, udp_cnt, icmp_cnt); in test_sock()