Searched refs:parsed_len (Results 1 – 1 of 1) sorted by relevance
2374 int access_idx, parsed_len, i; in bpf_core_spec_parse() local2390 if (sscanf(spec_str, "%d%n", &access_idx, &parsed_len) != 1) in bpf_core_spec_parse()2394 spec_str += parsed_len; in bpf_core_spec_parse()