Home
last modified time | relevance | path

Searched refs:bpf_label_id (Results 1 – 4 of 4) sorted by relevance

/external/minijail/
Dsyscall_filter_unittest.cc360 int id = bpf_label_id(&labels_, "test"); in TEST_F()
371 int id = bpf_label_id(&labels_, "test"); in TEST_F()
391 int id = bpf_label_id(&labels_, "test"); in TEST_F()
403 int id = bpf_label_id(&labels_, "test"); in TEST_F()
414 int id = bpf_label_id(&labels_, "test"); in TEST_F()
429 (void) bpf_label_id(&labels_, label); in TEST_F()
431 int id = bpf_label_id(&labels_, "test"); in TEST_F()
Dbpf.h184 int bpf_label_id(struct bpf_labels *labels, const char *label);
Dsyscall_filter.c161 int label_id = bpf_label_id(labels, label_str); in get_label_id()
665 unsigned int id = bpf_label_id(labels, syscall_name); in compile_file()
Dbpf.c345 int bpf_label_id(struct bpf_labels *labels, const char *label) in bpf_label_id() function