Searched refs:bpf_labels (Results 1 – 5 of 5) sorted by relevance
/external/minijail/ |
D | syscall_filter.h | 27 struct bpf_labels; 31 struct bpf_labels *labels, 34 struct filter_block **arg_blocks, struct bpf_labels *labels,
|
D | bpf.h | 119 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);
|
D | syscall_filter.c | 145 unsigned int get_label_id(struct bpf_labels *labels, const char *label_str) in get_label_id() 153 unsigned int group_end_lbl(struct bpf_labels *labels, int nr, int idx) in group_end_lbl() 160 unsigned int success_lbl(struct bpf_labels *labels, int nr) in success_lbl() 173 struct bpf_labels *labels, int nr, int grp_idx) in compile_atom() 287 struct bpf_labels *labels, in compile_policy_line() 484 struct filter_block **arg_blocks, struct bpf_labels *labels, in compile_file() 624 struct bpf_labels labels; in compile_filter()
|
D | bpf.c | 204 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()
|
D | syscall_filter_unittest.cc | 245 struct bpf_labels labels_; 341 struct bpf_labels labels_; 945 struct bpf_labels labels_;
|