Searched refs:lbl_check (Results 1 – 1 of 1) sorted by relevance
66 struct label *lbl_check; in map_label() local130 lbl_check = label_get_by_prefix(&socktmp.sa, in map_label()132 if (lbl_check != NULL && lbl_check->p == p) { in map_label()133 lbl_check->label = ntohl(l->label); in map_label()134 mpls_add_label(lbl_check); in map_label()137 lbl_check == NULL ? "(null)" : in map_label()138 lbl_check->p == NULL ? "(null peer)" : in map_label()139 inet_ntoa(lbl_check->p->ldp_id)); in map_label()