Searched refs:bpf_labels (Results 1 – 5 of 5) sorted by relevance
/external/minijail/ |
D | syscall_filter.h | 32 struct bpf_labels; 37 struct bpf_labels *labels, 41 struct bpf_labels *labels, int use_ret_trap, int allow_logging,
|
D | bpf.h | 131 struct bpf_labels { struct 182 int bpf_resolve_jumps(struct bpf_labels *labels, 184 int bpf_label_id(struct bpf_labels *labels, const char *label); 185 void free_label_strings(struct bpf_labels *labels);
|
D | syscall_filter.c | 159 unsigned int get_label_id(struct bpf_labels *labels, const char *label_str) in get_label_id() 167 unsigned int group_end_lbl(struct bpf_labels *labels, int nr, int idx) in group_end_lbl() 174 unsigned int success_lbl(struct bpf_labels *labels, int nr) in success_lbl() 187 char *atom, struct bpf_labels *labels, int nr, int grp_idx) in compile_atom() 306 struct bpf_labels *labels, in compile_policy_line() 543 struct bpf_labels *labels, int use_ret_trap, int allow_logging, in compile_file() 710 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 | 60 struct bpf_labels* labels, in test_compile_file() 73 struct bpf_labels* labels, in test_compile_policy_line() 347 struct bpf_labels labels_; 447 struct bpf_labels labels_; 1106 struct bpf_labels labels_;
|