Searched refs:BPF_MAX_STACK_DEPTH (Results 1 – 3 of 3) sorted by relevance
297 static const int BPF_MAX_STACK_DEPTH = 127; variable299 uintptr_t ip[BPF_MAX_STACK_DEPTH];
47 static const int BPF_MAX_STACK_DEPTH = 127;
288 for (int i = 0; (i < BPF_MAX_STACK_DEPTH) && (stack.ip[i] != 0); i++) in get_stack_addr()