Home
last modified time | relevance | path

Searched refs:MAX_BPF_LABEL_LEN (Results 1 – 3 of 3) sorted by relevance

/external/minijail/
Dsyscall_filter.c144 char lbl_str[MAX_BPF_LABEL_LEN]; in group_end_lbl()
145 snprintf(lbl_str, MAX_BPF_LABEL_LEN, "%d_%d_end", nr, idx); in group_end_lbl()
151 char lbl_str[MAX_BPF_LABEL_LEN]; in success_lbl()
152 snprintf(lbl_str, MAX_BPF_LABEL_LEN, "%d_success", nr); in success_lbl()
Dbpf.c236 begin->label = strndup(label, MAX_BPF_LABEL_LEN); in bpf_label_id()
249 begin->label = strndup(label, MAX_BPF_LABEL_LEN); in bpf_label_id()
Dbpf.h111 #define MAX_BPF_LABEL_LEN 32 macro