Home
last modified time | relevance | path

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

/external/minijail/
Dsyscall_filter.c169 char lbl_str[MAX_BPF_LABEL_LEN]; in group_end_lbl()
170 snprintf(lbl_str, MAX_BPF_LABEL_LEN, "%d_%d_end", nr, idx); in group_end_lbl()
176 char lbl_str[MAX_BPF_LABEL_LEN]; in success_lbl()
177 snprintf(lbl_str, MAX_BPF_LABEL_LEN, "%d_success", nr); in success_lbl()
Dbpf.c350 begin->label = strndup(label, MAX_BPF_LABEL_LEN); in bpf_label_id()
369 begin->label = strndup(label, MAX_BPF_LABEL_LEN); in bpf_label_id()
Dbpf.h128 #define MAX_BPF_LABEL_LEN 32 macro