Searched refs:spec_id_ptr (Results 1 – 1 of 1) sorted by relevance
84 int *spec_id_ptr; in __bpf_usdt_spec_id() local86 spec_id_ptr = bpf_map_lookup_elem(&__bpf_usdt_ip_to_spec_id, &ip); in __bpf_usdt_spec_id()87 return spec_id_ptr ? *spec_id_ptr : -ESRCH; in __bpf_usdt_spec_id()