Home
last modified time | relevance | path

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

/external/minijail/
Dsyscall_filter.h32 struct bpf_labels;
37 struct bpf_labels *labels,
41 struct bpf_labels *labels, int use_ret_trap, int allow_logging,
Dbpf.h119 struct bpf_labels { struct
170 int bpf_resolve_jumps(struct bpf_labels *labels,
172 int bpf_label_id(struct bpf_labels *labels, const char *label);
173 void free_label_strings(struct bpf_labels *labels);
Dsyscall_filter.c153 unsigned int get_label_id(struct bpf_labels *labels, const char *label_str) in get_label_id()
161 unsigned int group_end_lbl(struct bpf_labels *labels, int nr, int idx) in group_end_lbl()
168 unsigned int success_lbl(struct bpf_labels *labels, int nr) in success_lbl()
181 char *atom, struct bpf_labels *labels, int nr, int grp_idx) in compile_atom()
300 struct bpf_labels *labels, in compile_policy_line()
502 struct bpf_labels *labels, int use_ret_trap, int allow_logging, in compile_file()
669 struct bpf_labels labels; in compile_filter()
Dbpf.c204 int bpf_resolve_jumps(struct bpf_labels *labels, struct sock_filter *filter, in bpf_resolve_jumps()
255 int bpf_label_id(struct bpf_labels *labels, const char *label) in bpf_label_id()
288 void free_label_strings(struct bpf_labels *labels) in free_label_strings()
Dsyscall_filter_unittest.cc235 struct bpf_labels labels_;
335 struct bpf_labels labels_;
904 struct bpf_labels labels_;