Searched refs:MAX_BPF_LABEL_LEN (Results 1 – 3 of 3) sorted by relevance
169 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()
350 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()
128 #define MAX_BPF_LABEL_LEN 32 macro