Searched refs:bpf_labels (Results 1 – 5 of 5) sorted by relevance
/external/minijail/ |
D | syscall_filter.h | 40 struct bpf_labels; 45 struct bpf_labels *labels, 50 struct bpf_labels *labels,
|
D | bpf.h | 132 struct bpf_labels { struct 186 int bpf_resolve_jumps(struct bpf_labels *labels, 188 int bpf_label_id(struct bpf_labels *labels, const char *label); 189 void free_label_strings(struct bpf_labels *labels);
|
D | syscall_filter.c | 166 unsigned int get_label_id(struct bpf_labels *labels, const char *label_str) in get_label_id() 174 unsigned int group_end_lbl(struct bpf_labels *labels, int nr, int idx) in group_end_lbl() 181 unsigned int success_lbl(struct bpf_labels *labels, int nr) in success_lbl() 194 char *atom, struct bpf_labels *labels, int nr, int grp_idx) in compile_atom() 320 struct bpf_labels *labels, in compile_policy_line() 564 struct bpf_labels *labels, in compile_file() 744 struct bpf_labels labels; in compile_filter()
|
D | bpf.c | 294 int bpf_resolve_jumps(struct bpf_labels *labels, struct sock_filter *filter, in bpf_resolve_jumps() 345 int bpf_label_id(struct bpf_labels *labels, const char *label) in bpf_label_id() 378 void free_label_strings(struct bpf_labels *labels) in free_label_strings()
|
D | syscall_filter_unittest.cc | 65 struct bpf_labels* labels, in test_compile_file() 83 struct bpf_labels* labels, in test_compile_policy_line() 357 struct bpf_labels labels_; 457 struct bpf_labels labels_; 1196 struct bpf_labels labels_;
|