Searched refs:tcp_cnt (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/samples/bpf/ |
D | sockex1_user.c | 33 long long tcp_cnt, udp_cnt, icmp_cnt; in main() local 37 assert(bpf_map_lookup_elem(map_fd[0], &key, &tcp_cnt) == 0); in main() 46 tcp_cnt, udp_cnt, icmp_cnt); in main()
|
D | sock_example.c | 38 long long value = 0, tcp_cnt, udp_cnt, icmp_cnt; in test_sock() local 80 assert(bpf_map_lookup_elem(map_fd, &key, &tcp_cnt) == 0); in test_sock() 89 tcp_cnt, udp_cnt, icmp_cnt); in test_sock()
|