Home | History | Annotate | Download | only in bpf_dsl

Lines Matching refs:Policy

21 class Policy;
30 PolicyCompiler(const Policy* policy, TrapRegistry* registry);
33 // Compile registers any trap handlers needed by the policy and
34 // compiles the policy to a BPF program, which it returns.
38 // system calls, regardless of policy.
44 // TODO(mdempsky): Move this into Policy?
85 // Compile the configured policy into a complete instruction sequence.
101 // policy.
139 const Policy* policy_;