Searched refs:udp_cnt (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | sockex1_user.c | 36 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 D | sock_example.c | 38 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 D | sockex1_user.c | 45 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 D | sock_example.c | 39 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