Searched refs:helper_id (Results 1 – 1 of 1) sorted by relevance
353 unsigned int helper_id = atoi(helper_str); in bpf_print_hints() local354 if (helper_id && helper_id < sizeof(helpers) / sizeof(struct bpf_helper)) { in bpf_print_hints()355 struct bpf_helper helper = helpers[helper_id - 1]; in bpf_print_hints()