Searched refs:__uint (Results 1 - 3 of 3) sorted by relevance
/third_party/libbpf/src/ |
H A D | usdt.bpf.h | 64 __uint(type, BPF_MAP_TYPE_ARRAY); 65 __uint(max_entries, BPF_USDT_MAX_SPEC_CNT); 71 __uint(type, BPF_MAP_TYPE_HASH); 72 __uint(max_entries, BPF_USDT_MAX_IP_CNT);
|
H A D | bpf_helpers.h | 13 #define __uint(name, val) int (*name)[val] macro
|
/third_party/nghttp2/bpf/ |
H A D | reuseport_kern.c | 427 __uint(type, BPF_MAP_TYPE_HASH); 428 __uint(max_entries, 255); 434 __uint(type, BPF_MAP_TYPE_REUSEPORT_SOCKARRAY); 435 __uint(max_entries, 255); 441 __uint(type, BPF_MAP_TYPE_ARRAY); 442 __uint(max_entries, 3);
|
Completed in 3 milliseconds