Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/samples/bpf/
H A Dsockex1_user.c36 long long tcp_cnt, udp_cnt, icmp_cnt; in main() local
43 assert(bpf_map_lookup_elem(map_fd, &key, &udp_cnt) == 0); in main()
49 tcp_cnt, udp_cnt, icmp_cnt); in main()
H A Dsock_example.c38 long long value = 0, tcp_cnt, udp_cnt, icmp_cnt; in test_sock() local
83 assert(bpf_map_lookup_elem(map_fd, &key, &udp_cnt) == 0); in test_sock()
89 tcp_cnt, udp_cnt, icmp_cnt); in test_sock()
/kernel/linux/linux-6.6/samples/bpf/
H A Dsockex1_user.c45 long long tcp_cnt, udp_cnt, icmp_cnt; in main() local
52 assert(bpf_map_lookup_elem(map_fd, &key, &udp_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
88 assert(bpf_map_lookup_elem(map_fd, &key, &udp_cnt) == 0); in test_sock()
94 tcp_cnt, udp_cnt, icmp_cnt); in test_sock()

Completed in 2 milliseconds