Home
last modified time | relevance | path

Searched refs:policyp (Results 1 – 1 of 1) sorted by relevance

/aosp12/system/bpfprogs/
H A Dtime_in_state.c69 uint32_t* policyp = bpf_cpu_policy_map_lookup_elem(&cpu); variable
70 if (!policyp) return ALLOW;
71 uint32_t policy = *policyp;
195 uint32_t* policyp = bpf_cpu_policy_map_lookup_elem(&cpu); variable
196 if (!policyp) return 0;
197 uint32_t policy = *policyp;