Home
last modified time | relevance | path

Searched refs:__uint (Results 1 - 3 of 3) sorted by relevance

/third_party/libbpf/src/
H A Dusdt.bpf.h64 __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 Dbpf_helpers.h13 #define __uint(name, val) int (*name)[val] macro
/third_party/nghttp2/bpf/
H A Dreuseport_kern.c427 __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