Lines Matching defs:fnh
585 lde_send_change_klabel(struct fec_node *fn, struct fec_nh *fnh)
597 kr.nexthop.v4 = fnh->nexthop.v4;
599 kr.remote_label = fnh->remote_label;
600 kr.priority = fnh->priority;
614 kr.nexthop.v6 = fnh->nexthop.v6;
616 kr.remote_label = fnh->remote_label;
617 kr.priority = fnh->priority;
628 fnh->remote_label == NO_LABEL)
640 kpw.remote_label = fnh->remote_label;
650 lde_send_delete_klabel(struct fec_node *fn, struct fec_nh *fnh)
662 kr.nexthop.v4 = fnh->nexthop.v4;
664 kr.remote_label = fnh->remote_label;
665 kr.priority = fnh->priority;
679 kr.nexthop.v6 = fnh->nexthop.v6;
681 kr.remote_label = fnh->remote_label;
682 kr.priority = fnh->priority;
703 kpw.remote_label = fnh->remote_label;
1087 struct fec_nh *fnh;
1097 LIST_FOREACH(fnh, &fn->nexthops, entry) {
1101 if (!lde_address_find(ln, fnh->af,
1102 &fnh->nexthop))
1116 lde_send_delete_klabel(fn, fnh);
1117 fnh->remote_label = NO_LABEL;
1182 struct fec_nh *fnh;
1200 LIST_FOREACH(fnh, &fn->nexthops, entry) {
1201 if (ldp_addrcmp(fnh->af, &fnh->nexthop,
1206 lde_send_delete_klabel(fn, fnh);
1207 fnh->remote_label = NO_LABEL;
1210 fnh->remote_label = me->map.label;
1211 lde_send_change_klabel(fn, fnh);