Searched refs:MAX_BPF_LABEL_LEN (Results 1 – 3 of 3) sorted by relevance
155 char lbl_str[MAX_BPF_LABEL_LEN]; in group_end_lbl()156 snprintf(lbl_str, MAX_BPF_LABEL_LEN, "%d_%d_end", nr, idx); in group_end_lbl()162 char lbl_str[MAX_BPF_LABEL_LEN]; in success_lbl()163 snprintf(lbl_str, MAX_BPF_LABEL_LEN, "%d_success", nr); in success_lbl()
260 begin->label = strndup(label, MAX_BPF_LABEL_LEN); in bpf_label_id()279 begin->label = strndup(label, MAX_BPF_LABEL_LEN); in bpf_label_id()
116 #define MAX_BPF_LABEL_LEN 32 macro